• Resolved ruthievip

    (@ruthievip)


    I am using the Sela theme and the default color of the current page on the menu is gray. Is there a way to change this color.

    I would greatly appreciate any assistance you can provide me.

    My site is latinasgetfit.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, if there arent any theme options to change the color, you can do custom css

    .main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-ancestor > a {
    color: #fff;
    }
    
    .main-navigation a:hover, .main-navigation ul > :hover > a, .main-navigation ul > .focus > a {
    color: #fff;
    }
    Thread Starter ruthievip

    (@ruthievip)

    Thank you so much. It worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Menu Color’ is closed to new replies.