Tagged: anchor text, CSS, pages, posts, underline
Hi there,
Thanks for the support, you’re the best WordPress theme support forum on the market.
I’ve a simple question, I hope to add underline to every anchor text in content (both pages and posts) before they are clicked / on-hover.
I am not good a CSS, if I can have the solution here, I truly appreciate your help.
Hi asiabchk!
Thank you for your kind words :)
Can you please post the link to your website and point out the anchor texts?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main a.iconbox_icon {
text-decoration: none!important;
}
#main a {
text-decoration: underline!important;
}
Cheers!
Yigit
Hi!
Thanks so much for help. It works.
If the CSS modification can exclude the anchor text underline on “button”, it would be great.
Thanks again for great support here.
Hey!
Please add following code to Quick CSS
#main a.avia-button {
text-decoration: none!important;
}
Cheers!
Yigit
It works perfectly, awesome support! Please close this post.