2022-12-19, 10:51 PM
Does anyone know how to make the current tab / page your are on to active and not only on hover?
My menu does change color when hover but i want it to be active when you click on it and switch when you go to another page
I tried to add li id="show"
and css in global.css
#show
background-color: blue etc;
color:FFF;
but then all li in the menu is active / the one i set it to but it dont switch when i go to another page
My menu does change color when hover but i want it to be active when you click on it and switch when you go to another page
I tried to add li id="show"
and css in global.css
#show
background-color: blue etc;
color:FFF;
but then all li in the menu is active / the one i set it to but it dont switch when i go to another page