[Support request] Quick customisation

Home Forums Support [Support request] Quick customisation

Home Forums Support Quick customisation

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1212714
    Soumyadip

    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

    #1212857
    David
    Staff
    Customer Support

    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;
    }
    #1219166
    Soumyadip

    Thanks, David as always, Solved!

    #1219349
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.