[Resolved] disable single post content container border

Home Forums Support [Resolved] disable single post content container border

Home Forums Support disable single post content container border

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2018328
    Sundry

    Please help me fix this. The container outline for single post body, how to remove it?

    #2018402
    Ying
    Staff
    Customer Support

    Hi there,

    This CSS is adding the box shadow, you can find this CSS in customizer > additional CSS:

    /* GeneratePress Site CSS */ 
    .inside-article, .sidebar .widget, .comments-area {
    	border-right: 2px solid rgba(0, 0, 0, 0.07);
    	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
    	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }

    You should be able to remove the box shadow and borders by removing this CSS.

    Let me know if this helps πŸ™‚

    #2018955
    Sundry

    Hello Ying,

    Thanks for your quick reply.

    I applied additional CSS code. Unfortunately, it didn’t work.

    I am using the marketer site library template.

    #2018972
    Elvin
    Staff
    Customer Support

    Hi there,

    The CSS Ying mention is already on your site. It’s the one adding the box shadows. You’re supposed to remove it from Appearance > Customize > Additional CSS.

    You’ll have to remove all instances of this CSS code to remove the border/box shadow. πŸ˜€

    #2018976
    Sundry

    Thank you, Ying and Elvin.

    #2018977
    Elvin
    Staff
    Customer Support

    No problem. πŸ˜€

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.