Remove Header image on other pages
-
How can I remove the header image on every page but the home page? I tried to use CSS but it removed it on all pages not just the header. This is for fingerrollpod.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Hi @fingerrollpod ,
You can add the following to the CSS panel of the WordPress.com Customizer to achieve what you’re after:
.custom-header { display: none; } .home .custom-header { display: inline-block; }Let us know how you get on with that! :)
-
-
Hi i need to remove the tittle “Caja de herramientas” only in this page
https://thomasmcgregor.co/servicios/
Also i need remove the black circle
Thks
-
Hi @oscarcubillospedraza, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Remove Header image on other pages’ is closed to new replies.