highlight active page
-
i am using twentytwele child them. i want to highlight the active page on the sidebar. i have the following code in my css to test.
a{ text-decoration:none; outline: none !important; /* remove dotted borders*/ } a:visited{ color: #005b84; } a:hover{ color: #56a9ce; } a:active{ color: red !important; outline: none !important; /* remove dotted borders*/ }
active link does not work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘highlight active page’ is closed to new replies.