• Resolved ngtadmin1

    (@ngtadmin1)


    Hi, my site now shows thick black divider lines between visual editor elements and I cannot remove them. Also, images now appear on left instead of entered as before. Can you advise how to resolve these two issues. Site is https://www.thedaidaigroup.com.au
    I am not very knowledgeable about CSS, so help is gracefully received.

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi there,
    it’s theme that shows those black divider black lines, the plugin itself doesn’t insert any styling on Widgets. For further information, please take a look at our FAQ about “How to customize widget appearance”.

    In your case the border is given by the following code in your theme’s style.css:

    .widget {
        border-top: 4px solid #1f1f1f;
        margin-bottom: 40px;
        padding-top: 20px;
    }

    You may override it with the following (i.e. using the Theme Customizer Custom CSS box):

    .widget {
        border-top: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove black divider lines after upgrading widget and wordpress’ is closed to new replies.