Changing the opacity of the Goran header
-
I am using the Goran theme and need to make the opacity of the header slightly more solid. Is there a way to do this?
The blog I need help with is: (visible only to logged in users)
-
Hello circlecommerce,
Please give this a whirl. Adjust the value higher if you want the header even darker.
header#masthead.site-header { opacity: 0.5; background-color: black; } -
Thanks daschultemn,
That worked great, but it seems that the header is now on top of the logo, so it is dulling out the colors. Is there a way to bring the logo to the front (or the header to the back)?
-
How about this?
header#masthead.site-header { background: rgba(0, 0, 0, 0.5); }Not sure if either of my suggestions work on all browsers the same.
-
- The topic ‘Changing the opacity of the Goran header’ is closed to new replies.