Okay
  Public Ticket #1579856
Footer is bigger on some pages
Closed

Comments

  •  1
    HealthyHead started the conversation

    Hi!

    On many pages there is a green line on hover, both on pictures and clickable links.  Please see the attached screendumps.

    How can we remove that?

    Best, Mike



  • [deleted] replied

    Hi Mike,

    Can you please add the code below to your Custom CSS area:

    .site-footer a:after, .wrapper a:after {
        background-color: transparent !important;
    }
    a.deport-img-link:after {
        background-color: transparent;
    }

    Have a nice weekend!