Okay
  Public Ticket #2516505
Featured image break
Closed

Comments

  •  16
    wheelsacrossmorocco started the conversation

    Hi

    Scrolling over the image for the LMS course featured image shows a horizontal green line. Any thought? The plug-in developer said it was theme related but then they always do!

  • [deleted] replied

    Hi Darren,

    Please add the code below to your Custom CSS area:

    .course_post_image a.link-hover:after {
        background-color: transparent;
    }

    Have a nice day!

  •  16
    wheelsacrossmorocco replied

    I added it to the page CSS and it's cleared most of it but still a little flash of green remains.

  • [deleted] replied

    Hi Darren,

    Please add that code on the Custom CSS area (this one) with the !important rule. So like this:

    .course_post_image a.link-hover:after {
        background-color: transparent !important;
    }

  •  16
    wheelsacrossmorocco replied

    still there.

  • [deleted] replied

    Hmm, try this one please:

    .course_post_image a:after {
    background-color: transparent !important;
    }

    Thanks!

  •  16
    wheelsacrossmorocco replied

    Yup that worked. CSS and the final frontier. Amazing.

  • [deleted] replied

    Happy to hear thatsmile.png

    Will set this ticket as solved from here.