Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24658

    Hi!

    I’ve searched the site but can’t seem to find the answer to this question.

    I’m having a problem changing the background color of the font on my headers see my site wcakids.com

    I want the main choice you pick to be #000000 which it is, but then the other “background fonts” to be #ffffff

    I see where in the styling options there are 2 colors that come up when you choose a black color but I’m only able to select one of those colors to change, do you know how I pick the 2nd color when in the styling options?

    #124280

    Hi,

    By background color of the font, you mean the text color?

    Please add this on your custom.css

    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }

    This will leave the current page item black and the rest white.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing background font on the header’ is closed to new replies.