I am using the STOUT theme... can someone send me the CSS code to remove the grey overlay from the headers please....thank u in advance!
Solved! Go to Solution.
.hero {color:rgba(37,37,37,0) !important;}
Here is the CSS - although it appears this is already in the HTML perhaps as custom additional css. Right now it has a .3 (30% transparency) value in the code
I changed it to 0 locally with inspect element and the page title becomes hard to read as the white text blends into the logo.
If you are referring to a different section please post a screen capture and point out which section you are referring to.
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
What is your domain name?
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
.hero {color:rgba(37,37,37,0) !important;}
Here is the CSS - although it appears this is already in the HTML perhaps as custom additional css. Right now it has a .3 (30% transparency) value in the code
I changed it to 0 locally with inspect element and the page title becomes hard to read as the white text blends into the logo.
If you are referring to a different section please post a screen capture and point out which section you are referring to.
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
thanks...... i like to control the color of the banner myself so this will work thanks much!