• 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)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, this would be the CSS to change the current page item in the menu. Edit the color as desired.

    .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: #22cc00;
    }

    Thread Starter ruthievip

    (@ruthievip)

    Thank you so much ??

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