• Hi everyone, I have a dotted line above my post widget on my site and I want to get rid of it. My site is upstreamnewsnetwork.com if you need to see

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @jamesavalon,

    I hope you are well today and thank you for your question.

    You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    .newspaper-x-recent-posts .page-title:after{
        display: none;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter jamesavalon

    (@jamesavalon)

    Thank you for the code but it has only taken away the dotted line on the first widget. I want it on all of them.

    To remove it from all widgets please use the below shared custom CSS code.

    
    .newspaper-x-content .widget-title:after,
    .newspaper-x-after-content-sidebar .widget-title:after,
    #comments > h3:first-of-type:after, #reply-title:after,
    .newspaper-x-related-posts .newspaper-x-related-posts-title > h3:after{
        display: none;
    }
    Thread Starter jamesavalon

    (@jamesavalon)

    Doesn’t work I’m afraid.

    Where have you added the custom CSS code?

    I don’t see it on your site.

    Thread Starter jamesavalon

    (@jamesavalon)

    I removed it because it didn’t work. I’ll put it back.

    Still i don’t see on your shared site.

    May be you are not adding it correctly?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I remove dotted line above post widgets?’ is closed to new replies.