Viewing 5 reply threads
You must be logged in to reply to this topic.
I would like to set the navigation background color of header10.
I use this CSS code:
.header_10 #navigation nav {
background: rgba(0, 0, 0, 0.2) !important;
}
But it doesn’t fit the full length of the page.
Can you please help me with this?
Many thanks
Hello,
Can i please see a link of the page? Most probably there is a css class missing or incorrect in your code. I need to check the page so i can give you the right code to add.
Let us know.
Best regards!
Hello,
Do you want to give color to only the menu bar? If so, edit the code to this:
.header_10 .full_nav_menu { background: rgba(0, 0, 0, 0.2) !important; }
Result screenshot.
If you want to include the entire header, logo too. Then add this code too:
.header_wrapper {
background: rgba(0, 0, 0, 0.2) !important;
}
Result screenshot.
Best regards!
You make me happy.
Many thanks. It was the first point I needed.
And it works perfect now.
Great support
Hello,
I am glad to know that we were able to help. If you are happy with our support, please
rate the product with 5 stars under the Downloads tab of your Envato
profile.
This is very important for us to be able to keep working hard and provide more
awesome work.
Thank you for being an awesome customer!
You must be logged in to reply to this topic.