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

    Hello,
    1) I want to put another color in this area: for example: #7FB539
    How can i do?
    2) after that i have to change the color of the text in the menu, i want the text in white…
    How can i do?

    Tks

    Benspy

    #251729

    Hi benspy!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #header_main_alternate { background: #7FB539; }
    .av-main-nav > li > a { color: white!important; }
    .av-main-nav > li > a:hover { color: #e2e2e2!important; }

    Cheers!
    Yigit

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