Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter maggieapril

    (@maggieapril)

    OK, I did figure out how to get the slider to show by using the Customize>Static Front Page and selecting the home page from the drop down menu. But I’m still not able to remove the header art from the home page. I’d like the navigation at the top to show, and the slider (there’s just one photo so it’s static), but not the header graphic. I DO want the header graphic to show on all the other pages though. Help please?

    Hello

    You may need to change the PHP of the homepage PHP
    wp-content/themes/adamos/page-templates/custom_home.php

    Edit:
    Not sure, AS slider may included in header

    Thread Starter maggieapril

    (@maggieapril)

    Thank you for the help. I’m not sure how to do this. There is a custom_header.php file but I also don’t know how to use that. I’m not familiar with php coding. Can you explain please?

    Theme Author Template Express

    (@danstriker)

    Hello, add the following to the style.css file

    .home .header-image img {
    display: none;
    }

    Hi guys,

    I was wondering how can I:
    1. remove the header image from the rest of the tabs?
    2. replace the header image of each tab?

    Thank you in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home page header different than other pages’ is closed to new replies.