Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315350

    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

    #315425

    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

    #317469
    This reply has been marked as private.
    #317800

    Hi Anna!

    You can change that with the Advanced Style Editor:

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.