Corporate Theme Help!
-
I’m currently using the Corporate theme. I want to remove the text that says “home” over my featured image on the homepage. But, I would like to keep the text over the featured image on all other pages. Is there CSS code that will help?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and it will hide “home” from your home page.
.home #page-header .entry-header { display: none; } -
-
- The topic ‘Corporate Theme Help!’ is closed to new replies.