Hi,
I would like to change the colour of the black navigation bar, on top of the page. How can I do this?
Thank you!
Best,
P
Hi,
I would like to change the colour of the black navigation bar, on top of the page. How can I do this?
Thank you!
Best,
P
Hi,
Try to add this code in your wp-content/themes/corona/css/custom.css:
#header .submenu {
background: blue !important;
}
Just change the color "blue" to other color. Hope this helps. :)
Regards,
Ismael
Hi Ismael,
Thanks for helping out, but I didn't manage to change the colour so far, with the code you gave me.
I pasted the code in the custom.css file. It's the only code in that file now. I also added the intended colour code (#111111), which is dark grey used for the bar at the bottom of the page.
I tried to change it directly in the stylesheet style.css, but I didn't find where?
Best,
P
Hello,
This should work
#header .submenu {
background: #111111!important;
}
#header .submenu .container {
background: 111111!important;
}
Cheers,
Ismael
Bingo! Thanks a lot :)
Best,
P
Hey,
Glad to help. :)
Regards,
Ismael
This topic has been closed to new replies.