Removing line underneath linked images
-
Hi all!
Been struggling all morning with this issue on my Twenty Seventeen website: https://fallentreegames.com/games/
How do I remove the lines underneath the linked images only?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use custom CSS to remove the lines from under linked images using the CSS text-decoration property. Try this:
a img { border: 0 none; } .wp-block-image { text-decoration: none; } -
Hi Jamkmak!
Thanks for the suggestion! I’ve tried adding that to the Additional CSS in the main control panel, and also on a per block basis, and unfortunately neither seemed to work.
I’m on the free plan for what it’s worth.
-
Hi @fallentreegames,
Please go to Appearance → Additional CSS and save the following:
.entry-content a { box-shadow: none; }Hope that helps.
-
- The topic ‘Removing line underneath linked images’ is closed to new replies.