• Closed
  • Robert Lavigne
    Spectator
    August 24, 2016 at 9:17 pm #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
    August 25, 2016 at 2:45 am #29991

    Hi,

    Please use the following in Theme Options -> Custom CSS

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

    Thank you.

    Robert Lavigne
    Spectator
    Posts: 11
    August 25, 2016 at 5:14 pm #30002
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    August 26, 2016 at 2:25 am #30017

    You are welcome!
    Thank you