• Hello,
    Excellent theme!
    I just know how to change the color of the menu lines to have only a single color for each
    Thanks for your answer ??
    Sorry for my language, I’m french …

Viewing 1 replies (of 1 total)
  • brianwaters

    (@brianwaters)

    You can manage that color by editing the style.css file. You just need to go to Appearance-> Editor-> style.css
    locate the 782nd line:
    .sf-menu > li > a::before {
    background: #dbdbdb none repeat scroll 0 0;
    bottom: -2px;
    content: “”;
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 0;
    }
    And manage background: #dbdbdb none repeat scroll 0 0;

Viewing 1 replies (of 1 total)
  • The topic ‘Edit color lines highlighting the menu’ is closed to new replies.