Forums
Forums / Fixing WordPress / Change Top Menu Bar Opacity
(@farmhousereverie)
9 years, 7 months ago
Here is the website I am working on: http://www.farmhousereverie.com
I am trying to change the opacity of the top menu bar to 75%. Anyone know of a code that will allow me to change the opacity?
(@sterndata)
Volunteer Forum Moderator
.site-header-topbar { background-color: rgba(255,255,255,0.75); }
To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.
Learn the Chrome Developer Tools to help you see and test changes to your CSS.
The topic ‘Change Top Menu Bar Opacity’ is closed to new replies.