How can I make the header white but a little see through, like 10% see through ?
Hello @rotation,
Thanks for writing in!
Are you using the custom header builder? Please create your custom header and in your bar settings, select a background white color with 10% opacity.

Hope this helps.
Im using x not pro for this site, can I still do it? Can I set the opacity or only make it clear or solid.
Hello @rotation,
Since you are using X theme, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-navbar.x-navbar-fixed-top {
background-color: rgba(255,255,255,0.5);
}
Hope this helps. Please let us know how it goes.
This worked Thanks
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.