Sela: hide page title from front page overlay box
-
Hi,
I want to remove the page title called “Home” from the front page overlay box only.
I allready did some research. If I do the following:
.page-id-28 h1 {
display: none;
}
Then it dissappears but also my site title in my header disappears which is not the intention…
I know that I can use the follwoing to edit the overlay box:
.hero-container-inner {
opacity: 0.9;
color: #aa0011;
h1.hidden: hidden;
}
Does anybody needs to know what to add to hide “Home” title from my front page?The blog I need help with is: (visible only to logged in users)
-
Hi there. The best place to post for help with CSS is the CSS Customization forum, not the themes forum: https://en.forums.wordpress.com/forum/css-customization#postform
Someone else might post an answer here, but I think you’ll be more likely to get the right answer there as the staff and volunteers who give CSS support specifically monitor that forum :)
- The topic ‘Sela: hide page title from front page overlay box’ is closed to new replies.