• I’m trying to find out how to make it so the active link remains the different color beyond the mouse click. I have found solutions for html sources where each page is different but can’t find how to make it work in WordPress.

    https://safecigoutlet.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s really no different in WP – use the “visited” attribute in CSS –

    https://www.w3schools.com/css/css_link.asp

    You can find the CSS for your links by using a tool like Firebug.

    Thread Starter Jeff F.

    (@jefferytodd)

    I don’t want visited though, I want current page.

    One post I found was to use a.active as opposed to a:active-that didn’t work. Another said use javascript, a third had a way where again there has to be html code in each page which won’t work for general wordpress templates.

    Okay, so do you mean the menu item for the page you are currently on?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘current navigation link change color’ is closed to new replies.