Hide Post Titles
-
Hi is there a way to hide the whole heading on each post on the hover hon the home page
This only hides the hoverover but the text and line remains
/*Display Post Titles on Front Page*/
.grid .hide {
opacity: 1 !important;
background-color: transparent;
display: block !important;
}The blog I need help with is: (visible only to logged in users)
-
Problem solved with
.grid .hide {
opacity: 0 !important;
background-color: transparent;
display: block !important;
}
- The topic ‘Hide Post Titles’ is closed to new replies.