header image
-
Is there a way I can delete the header image just from the front page?
The blog I need help with is: (visible only to logged in users)
-
There isn’t a way to do that built into your theme. It would be possible using CSS, which would require the Premium upgrade. You can learn more about that here
If you decide to upgrade, pasting the code below into the CSS box in the customizer will remove your header image from your front page while leaving it on the other pages.
.home .custom-header{ display:none; }
- The topic ‘header image’ is closed to new replies.