Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    The theme doesn’t have a slider feature so I guess you’re referring to the hero area in general.

    How would you like it to look like? Display just the menu and then directly the content? No hero at all?

    If so, what you need to do is go to Hero -> Front Page Hero in the Customizer, uncheck “Show title”, “Show subtitle” and “Show buttons” checkboxes and set top and bottom content spacing parameters to 0.

    Please let me know if that worked for you.

    jakubdonovan

    (@jakubdonovan)

    I would like the same thing but on my inner pages. I want hero on the main page but on none of my inner pages and I can see that there is no disable option. How can I achieve this?

    Any ideas? Also want to remove the inner hero.

    I also want to remove the hero section on inner pages

    I’m experimenting with using this bit of CSS to remove inner page hero:

    .inner-header-description.gridContainer {
        display: none;
    }

    Only problem for me at the moment is that this then means that Pages have not titles displayed at all…

    So I either need to work out how to get Page titles to display, or else work out how to only apply the CSS to blog Posts and not Pages…

    Ah now got it working as I want using this:

    .single .inner-header-description.gridContainer {
        display: none;
    }

    The the inner hero is displayed on pages and archives etc, but not on single blog Posts, which is how I want it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove the hero slider from the main page’ is closed to new replies.