Change color of responsive nav header
-
Hope everyone is having a good week!
I was wondering if there is a way to change the color of the nav header.
FYI. I am using the “Port” theme from wordpress.
Currently, the header is transparent with just my logo and hamburger nav showing, then as you scroll down it changes to grey. The grey doesn’t work well with my color palette so I am asking if there is a way to keep the nav transparent with just the logo and hamburger nav without it changing to grey? Or if we can have changed to black when the user scrolls?
thanks,
Josh
The blog I need help with is: (visible only to logged in users)
-
Hi Josh, if you are on either the Premium or Business WordPress.com plans you have the option to use Custom CSS to change the background color of the menu – https://en.support.wordpress.com/custom-css/.
You can try this CSS to make it transparent – or change it to black (just replace the transparent with black)
.top.solid { background-color: transparent!important; } -
- The topic ‘Change color of responsive nav header’ is closed to new replies.