• Resolved mikex413

    (@mikex413)


    I am having trouble only displaying the image header on the home page only. Is there a way to only show it on the home page using the Easy eCommerce Theme?

    • This topic was modified 5 years, 6 months ago by mikex413.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Di Themes

    (@dithemes)

    Hi @mikex413

    You can use custom CSS to hide header images from all pages except home page:

    .home .wp-custom-header {
    	display: block !important;
    }
    
    .wp-custom-header {
    	display: none;
    }

    To add custom CSS: Appearance > Customize > Additional CSS

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Image header on homepage only’ is closed to new replies.