Site logo

Archived topic

Landing theme questions

3 replies · Started by digitalrenovators on September 3, 2020

Viewing posts 1–4 of 4

Hi,

Just tweaking the landing page theme (great theme btw!) and have two issues

1 - How do i remove the grey circle to the right hand side, second section please?
2 - Added in some extra sections at the bottom, but there are white sections separating these bits - how do i get it so they are filled in with colours please?

Thank you very much.
Richard

Hi there,

1. Edit the Container Block - and remove the Background Image that is attached.
2. The Group Block ( and other core blocks ) have auto margins. I can give you some CSS for that - but it would be easier if you used a Container Block and Grid Block to create that layout. Let me know if you want that CSS.

Hi,

Thanks for getting back to me.

1 - Really strange, and not sure if this is just me, but there is no background image on that container, so really not sure where it is coming from - https://imgur.com/a/4NJEfl6

2 - if you wouldn't mind kindly providing the CSS then that would be greatly appreciated.

Cheers
Richard

1. go to Dashboard > Settings > GeneratePress and try Regenerating the CSS.
If that doesn't work then add a background image to the container, publish those changes, if the image changes then return to the editor and remove it.

2. Try this CSS:

.entry-content .wp-block-group {
    margin-bottom: 0 !important;
}
This archived topic is closed to new replies.