Viewing 1 replies (of 1 total)
  • Hi hw109

    To remove black line you need to add custom CSS:
    First Go to Admin Panel -> Appearance -> Customize -> Custom CSS.
    Here you will see a box to write custom CSS and copy and paste below CSS:

    @media (min-width: 37.5em){
    
    .excerpt {
        background: #fff;
    }
    }

    Hope this will help to resolve your issue.

    Regards!!!

Viewing 1 replies (of 1 total)

The topic ‘Black line’ is closed to new replies.