Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, I can’t seem to get the links to remove the lines on this page:
https://farkasovskadesigns.com/home2/
I’ve added this to my additional CSS and nothing seems to work, including clearing the cache:
.entry-content table,
.entry-content a,
a,
a:hover {
text-decoration: none;
border-bottom: none;
}
Hi Christine
Thanks for reaching out.
To remove that theme style you’ll need to set the
.entry-content a
box-shadow
tonone;
. You can do that by using the visual editor, selecting thea
tag around the image, clicking the Decoration panel on the left and typingnone
into the Box-Shadow field.Oh my gosh it worked! Thank you so much
I’m glad to hear that helped. All the best with your site :)