Home › Forums › Jevelin Theme › Hyperlink formatting: undeline
Home › Forums › Jevelin Theme › Hyperlink formatting: undeline
Hi, there.
I can change the color of hyperlinks, but can’t find how to add an underline effect to all my hyperlinks.
Can you please help?
Thanks
Gustavo
Hi Gustavo,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container a { text-decoration: underline; }
Best regards,
Shufflehound team
Hi there,
thank you. This works BUT it also underlines the links on the menu and buttons. I don’t want the buttons and menu links to be underlined, how can I exclude those?
Thank you,
Gustavo
We can’t exclude them.
Could you please tell me exactly which links you want to underline by sharing your website URL or screenshots of them so that I can help you to underline only those links?
Website url: Liberationist.org
<div>I want to exclude them from top nav bar and footer.</div>
<div></div>
<div>Also, from buttons on home page, about, and resources pages. And from icons on services page.</div>
<div></div>
<div>Thank you!</div>
Please try using below custom CSS code removing the above-shared CSS code.
#content p a { text-decoration: underline; }