• Closed
  • Robert Lavigne
    Spectator
    24.08.2016 at 21:17 #29977

    Hi,

    On my main page nouvelleconscience.ca I have a widget from MailPoet showing an unsollicited horizontal line under. It wasn’t there before last WordPress theme update.

    It’s also located under the footer-3 MailPoet widget (same issue).

    I was able to pinpoint issue with the element inspector of my browser, but have no clue how to solve issue.

    Without this tag the line goes away: “div class=”widget widget_wysija”></div”

    Denzel Chia
    Moderator
    Posts: 2656
    25.08.2016 at 02:45 #29991

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .widget::after {
    box-shadow: none !important;
    }

    Thank you.

    Robert Lavigne
    Spectator
    Posts: 11
    25.08.2016 at 17:14 #30002
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    26.08.2016 at 02:25 #30017

    You are welcome!
    Thank you