Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #24669

    I searched the forums and found a way to change the text color in the main nav menu to white, but I can’t find where to change the background color to dark purple #63245b.

    Here’s a link to the site:

    http://desertspringspublishing.com/

    Please let me know.

    Thanks!

    #124302

    Anyone? I keep checking but have no answers yet. It seems like it should be a simple Quick CSS fix. Please help.

    #124303

    Moving this back to the top for the third time…

    #124304

    #top ul:first-child > li > a {

    color: #727272;

    }

    #top ul:first-child > li > a:hover {

    color: #63cbd9;

    }

    I use this on my site , just change the color values

    #124305

    Thanks, dsgnerfw! I’ll give it a try.

    #124306

    Oops disregard that, i thought you where referring to the links in the nav

    #124307

    Hi,

    Please add this on your custom.css or Quick CSS

    #header_main_alternate {
    background: #63245B;
    }

    #menu-main-menu {
    background: #63245B;
    }

    Regards,

    Ismael

    #124308

    Thanks, Ismael! That did the trick.

    Much appreciated!

    cranwinks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change menu background color?’ is closed to new replies.