Site logo

Archived topic

disable single post content container border

5 replies · Started by Sundry on November 23, 2021

Viewing posts 1–6 of 6

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

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 :)

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.

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. :D

Thank you, Ying and Elvin.

No problem. :D

This archived topic is closed to new replies.