• Hello,
    I would like to create a front-page (home page) with animation created from google web designer.
    I wish it was there that the animation on the home page, without the elements of the header (top search bar), logo and main navigation. I can leave the footer.
    I tried changing the php pages (Front page, index, base. By creating a template) but without success.
    Can you give me a help?

Viewing 1 replies (of 1 total)
  • The theme is automatically going to load the header and navigation regardless of the page template. Your best option is to use a plugin for this or use css to hide the header on the home page..

    like this:

    .home header.banner {
    display:none;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘front page’ is closed to new replies.