Archived topic
Quick customisation
3 replies · Started by Soumyadip on March 28, 2020
1. Remove 'Home" from the homepage.. (the breadcrumb hook rule has already been excluded from the pages) i.is.cc/1wNLeG2t.jpg
2. Reduce spaces between the sections (I have tried a few css I found on this support forum, but nothing works)
3. Increase the space between the navigation and the page header image on pages designed with sections i.is.cc/1wNMQ8VZ.jpg
( I tried this
#site-navigation {
margin-bottom: 20px;
}
But it also increases the gap on posts pages from the navigation in which the breadcrumbs is enabled
I want the gap only on the pages made with sections and want the posts pages untouched
Hi there,
1. Edit the Hook Element display rules and add Front Page to your Exclusions.
2. The space between sections is controlled by the Top/Bottom padding setting in each of the Sections.
3. Try this CSS:
.generate-sections-enabled #site-navigation {
margin-bottom: 20px;
}
Thanks, David as always, Solved!
Glad to be of help