Comments 16wheelsacrossmorocco started the conversationAugust 25, 2020 at 5:08amHiScrolling 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] repliedAugust 25, 2020 at 7:36amHi 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! 16wheelsacrossmorocco repliedAugust 25, 2020 at 7:53amI added it to the page CSS and it's cleared most of it but still a little flash of green remains.[deleted] repliedAugust 25, 2020 at 8:05amHi 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; } 16wheelsacrossmorocco repliedAugust 25, 2020 at 8:12amstill there.[deleted] repliedAugust 25, 2020 at 8:30amHmm, try this one please: .course_post_image a:after { background-color: transparent !important;}Thanks! 16wheelsacrossmorocco repliedAugust 25, 2020 at 8:34amYup that worked. CSS and the final frontier. Amazing.[deleted] repliedAugust 25, 2020 at 8:36amHappy to hear thatWill set this ticket as solved from here. Sign in to reply ...
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!
Hi Darren,
Please add the code below to your Custom CSS area:
Have a nice day!
I added it to the page CSS and it's cleared most of it but still a little flash of green remains.
Hi Darren,
Please add that code on the Custom CSS area (this one) with the !important rule. So like this:
still there.
Hmm, try this one please:
Thanks!
Yup that worked. CSS and the final frontier. Amazing.
Happy to hear that
Will set this ticket as solved from here.