• I would like the name of the page the user is on (the “active” page) to be highlighted with a different color so it’s apparent where they are in the site. Can you provide me with some css to do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    you can target the current menu item with this CSS:

    .current-menu-item a span {
        color: red;
    }

    Add to theme options> Advanced Settings and adjust the font properties as needed.

    Let me know if you need any further assistance with the CSS.

    -Kevin

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Perfect, thank you!

    No problem! Let me know if you need any further assistance with this.

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Highlight Active Page in Primary Nav’ is closed to new replies.