Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Make menu completely transparent
powerplay1989
November 2016
in
Theme support
What is the code to make the menu completely transparent ?
What is the code to make the menu a
little transparent?
http://www.sundaynightlive.com.php56-11.dfw3-2.websitetestlink.com/
Comments
Albert
November 2016
Hi,
to set transparent menu, you need to activate right option under Theme options > Global > General section. But to make it a little transparent, you need to use custom css with RGBA color.
powerplay1989
November 2016
Can you give me an example of what the custom css would look like.
Albert
November 2016
Sure, we can:
.header-semi #Top_bar:not(.is-sticky) {
background-color: rgba(255, 255, 255, 0.6) !important;
}
powerplay1989
November 2016
Thank you.
Albert
November 2016
You are welcome!
Sign In
or
Register
to comment.
Comments
to set transparent menu, you need to activate right option under Theme options > Global > General section. But to make it a little transparent, you need to use custom css with RGBA color.