abernatz Posted September 24, 2020 Share Posted September 24, 2020 I'm trying to figure out how to make the linked page that I click on in my navigation bar underlined while it's active. Currently, it's only the Homepage that remains underlined when I click on one of the linked pages. I've added this code in Code Injection, and while the linked pages underline as I hover over them, I want them to remain underlined for the linked page I'm actively in. <style> #header a:active{ text-decoration: underline !important; } #header a:hover{ text-decoration: underline !important; } div.folder.active{ text-decoration: underline !important; } </style> Thanks! Link to comment
rwp Posted September 24, 2020 Share Posted September 24, 2020 Link to your page please. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.