Hi, please i want to know if its possible not to put the menu navigate transparent at the beginning, but the color i choose.
How can i reeplace the transparent effect for a color bar navigate menu?
(sorry for my bad english)
Thanks
Hi, please i want to know if its possible not to put the menu navigate transparent at the beginning, but the color i choose.
How can i reeplace the transparent effect for a color bar navigate menu?
(sorry for my bad english)
Thanks
Hello Ari,
please try the following code in a simple css plugin or child theme:
.site-header, .site-header.float-header {
background-color: #abcdef !important;
}
Just choose the color you want for that.