• Im trying to change the color of the nave bar so its not white, I tired using the customizer and it says theres 1 invalid setting and doesn’t tell em what it is. What line in the css can i change in the editor to change the color.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi.,

    Try this css for change the nav bar links color

    #main_bar .theme-header .menu>li>a, #main_bar .theme-header .menu>li:after {
        color: #ffd4d4; // Put your color code
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to Change Nav Bar’ is closed to new replies.