Menu color
- The topic ‘Menu color’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I have followed these Support instructions https://premium-themes.forums.wordpress.com/topic/home-header-overlay-or-gray-transparency-over-photo/ to remove the grey transparency in the header picture background, but now I need to change the color of the menu in the top left corner of the site, cause the default color is white and so you cannot see it nor click on it. I’d like to change in it in grey or back. Could you please help me? Same problem with the scroll icon.
Thank you so much.
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following CSS Snippet.
.hamburger-wrapper .hamburger,
.hamburger-wrapper .hamburger:visited {
color: #000;
}
.hamburger-wrapper .hamburger .hamburger-icon,
.hamburger-wrapper .hamburger .hamburger-icon::before,
.hamburger-wrapper .hamburger .hamburger-icon::after {
background-color: #000;
}
Thanks
Cool!!
Thank you so much :)