Okay
  Public Ticket #1046743
Change Link Color
Closed

Comments

  •  2
    ari2109 started the conversation

    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!

  • [deleted] replied

    Hi 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;
    }