Archived topic
How to create homepage layout
1 reply · Started by Suraj Katwal on December 3, 2019
Viewing posts 1–2 of 2
As I am new to Generatepress and I am imported Marketer Site Library.
Now the problem is the boxed layout in homepage like this
https://i.imgur.com/cIZX7zc.png
so how to remove boxed layout and make it as one like the URL shared privately.
Hi there,
1. Customizer > Colors > Content - change background to match the color set in Body.
2. Customizer > Additional CSS - remove this:
.inside-article,
.sidebar .widget,
.comments-area {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
This archived topic is closed to new replies.