Site logo

Archived topic

How to remove Marketer's Grid holding the blog posts

5 replies · Started by Artin on February 13, 2022

Viewing posts 1–6 of 6

Hello,

I have been trying to remove the grid from the marketer theme that holds each blog post and I can't figure out the way. I need the layout's background to be clear of boxes/grids and padding shade around it. I want a white clear background. Please advise how I can get this done.

Thank you!

Hi there,

To clarify: I believe you want to remove the spacings and shadows? https://share.getcloudapp.com/JruGYP9j

If yes, you can do the following:

For the background:

Go to Appearance > Customize > Colors and set the background color to white as shown here -
https://share.getcloudapp.com/8LupE28D

For the separation space -

Go to Appearance > Customize > Layout > Container and set the Content Layout dropdown to "One Container" as shown here -
https://share.getcloudapp.com/jkumB25w

Hi there,

go to Customizer > Additional CSS and remove this:

.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);
}

Thanks, David!

If GP's support is second to none. Makes me wanna stay with GP forever.

Glad to hear that!!

This archived topic is closed to new replies.