Hi,
How can I have a different design for links? I want links throughout the website to be without an underline with the exception of widgets and blog posts which I want to have underline links.
Thanks
Hey sasha,
Try using this code, but itsup you might need more specific selectors for this code to work
.main_color a { text-decoration: none; }
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
This doesn’t work… Is there a specific class for links in blog posts which I can then add the { text-decoration: none; } to?
No need to reply. I found a solution:
.main_color div.post-content a { text-decoration: underline !important;}
Thanks
Hi sasha,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria