Hi- just need a bit of CSS. I am already using:
bottom_nav_header.social_header .main_menu ul:first-child > li a, #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background: #be1e2e;
…to create a color menu bar under my logo. I would like the type just in this bar to be white. Is there some code I can add on to do that without changing my header color styling?
Thanks for you help!
Anna
Hi annameis!
Please add following code to Quick CSS as well
div#header_main_alternate { background-color: white; }
P.S.: Your CSS code is missing an closing curly bracket at the end.
Regards,
Yigit
Hi Anna!
You can change that with the Advanced Style Editor:
Regards,
Josue