Removing underline from links
-
Hi Ellen,
I’ve noticed when I highlight add links to my text, it also underlines it.
Is there code (CSS) to remove this please
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there,
you would also need custom CSS for this. Can you link me to an example on your blog, please?
Best, Ellen
-
Thanks Ellen,
This is my latest post – https://missfoodfairy.com/2018/03/06/melbourne-prosecco-festival-2018/
As you can see, all the words that I’ve added a link to, which is bolded, has an underline as well.
The underline looks very out of place and I don’t really like it.
Thank you
-
Hi there,
you can use the following custom CSS:
.entry-content a { text-decoration: none !important; }
Best, Ellen
-
- The topic ‘Removing underline from links’ is closed to new replies.