• Hi There
    Great theme and I’ve already been given a lot of good info on this forum for my site https://www.fad.co.za/.

    I would like to add a narrow banner at the top of each page except the Home page which would have the existing slider instead. I would also like to to have the menu right below the slider on the home page and the banner on the other pages. Is this possible with the free version or would I need to upgrade?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey! Adding a different banner for each page is a feature of the premium theme and not the free.

    Though it could be done in the free version if you know enough about wordpress template files to make the changes required to call a different header for each page.

    The premium them has a lot of options within itself to accomplish this though.

    Hey,
    Adding a slider in-between the logo and menu is a bit of a trick, It’s not really any kind of option through the theme. you would have to use a child theme and in the free theme it would be a lot of work, you would need to override the front-page.php and the templates/header.php file.

    You would need to hook the slider on a function that checks the page and place it into the header then using that function for which page change from a slider to an image.

    Kadence Themes

    Thread Starter allansjackson

    (@allansjackson)

    Thanks for the answer. Would it be possible to suppress the logo on the Home page? I want the site title to be reflected in my image slider and it is not optimal to have it in the logo area as well.

    Yeah you can use this css to hide the site title just for the home page:

    .home #logo {
    display:none;
    }

    Kadence Themes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider/banner above menu’ is closed to new replies.