Comments 2ari2109 started the conversationFebruary 2, 2017 at 7:26pmHello!I would love to have a picture linked to a page of my website.However, as soon as I set the HTML code it shows a color line underneath the picture.<center><a href="home"><img src="..."></img></a></center>How can I hide this color?The link color in general is fine - however I don't want to see the colorful lines underneath the pictures.Thanks![deleted] repliedFebruary 3, 2017 at 1:10pmHi there, I think that you are talking about the Instagram images on your homepage. Just add the code below to Custom CSS a.sbi_photo:after { background-color: transparent !important; } Sign in to reply ...
Hello!
I would love to have a picture linked to a page of my website.
However, as soon as I set the HTML code it shows a color line underneath the picture.
<center><a href="home"><img src="..."></img></a></center>
How can I hide this color?
The link color in general is fine - however I don't want to see the colorful lines underneath the pictures.
Thanks!
Hi there,
I think that you are talking about the Instagram images on your homepage.
Just add the code below to Custom CSS