Have removed titles, how do i get them to show on grid page?
-
Using CSS I have removed/hidden titles on pages. However, on a grid page I would like the titles to be visible. What is the code to correct this? Thanks
[Moderator’s note: moved to CSS Customization]The blog I need help with is: (visible only to logged in users)
-
I’m not seeing a grid page on your site right now, but looking at the Dara demo site, what you would have to do is to hide them and then reverse that for the child pages like this.
.page .entry-title { display: none; } .child-pages .entry-title { display: block; }
- The topic ‘Have removed titles, how do i get them to show on grid page?’ is closed to new replies.