Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
I would like the sidebar links to be underlined. Can you send me some code please?
muchas gracias
Briano
Hi brianwelsh!
Add this to your custom CSS.
aside li a { text-decoration: underline !important; }
Cheers!
Elliott