Archived topic
Separate container and color settings for pages vs post
2 replies · Started by Dajuan on May 8, 2020
I'm using GenerateBlocks to redo a site that leveraged GP Theme Premium + Elementor. GP Theme Premium has global Container and Color settings. I have two questions:
How do I differentiate container settings between pages and post?
How do I differentiate color settings between pages and post?
GP Premium + Elementor: https://peakcityheadshots.com/
GP Premium + GB (rc 1.0): https://peakcityheadshots.com/alternative/ I need the make the white container grey (#efefef) and remove the padding. I want this for all pages.
I used the Simple CSS plugin to apply the following code to a specific page:
.site-content .inside-article {
background: #efefef;
padding: 0% 2% 0% 2%;
}
Resolved.
Glad you've figured out :)