Been scouring around to see how we can get the active main navigation link to be different. I can get the hover state to change, but there doesn't appear to be anything in the standard set up to indicate that a nav is selected/active? I would think that this would be standard navigation handling.
Anyone have any ideas?
Here is what I've tried to see if I could fool it into working:
.x-transfigure-navigation .c-navigation__link--active, .x-transfigure-navigation .c-navigation__link:active, a.c-navigation__link:hover, a.c-navigation__link:active {background-color:#34638B !important; color:#ffffff !important;}
The hover works as expected,,, but I can't get the active to work no matter what I try.
https://yourcovers.com/differential-covers.html - I would expect the differential covers menu item to be able to be called out.
Anyone have any ideas?
Here is what I've tried to see if I could fool it into working:
.x-transfigure-navigation .c-navigation__link--active, .x-transfigure-navigation .c-navigation__link:active, a.c-navigation__link:hover, a.c-navigation__link:active {background-color:#34638B !important; color:#ffffff !important;}
The hover works as expected,,, but I can't get the active to work no matter what I try.
https://yourcovers.com/differential-covers.html - I would expect the differential covers menu item to be able to be called out.
Comment