Hello,
I added the following css code to add an overlay on the header menu, which works great :
/* Added Overlay on Header Menu*/
#header {
background: rgba(0,0,0,.2) !important;
}
On the page “About” I would like it to be darker. How can I do this ?
Thank you!
Hey 805ITS,
It’s just a matter of targeting the specific page id. Please add the following to quick css:
.page-id-63 #header {
background: rgba(0,0,0,.2) !important;
}
Just adjust the css that .2 to whatever you need.
Best regards,
Jordan Shannon
Thank you! :) It worked!
Hi,
Perfect! I’m glad I was able to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon