Titles and text for grid page in sela theme
-
Hi,
I have the CSS customisation upgrade on my wp.com blog so i could remove the titles on the top left of the pages.
this is the code I’m using
.page .entry-header .entry-title {
display: none;
}However this is causing a problem in terms of the text thats displayed in the sela theme on the parent grid page (az info). there are no titles under the pictures – is there a way to customise the text that shows up under the featured image when its on the grid/parent page.
I have no understanding of code btw so be gentle :o)
thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Just paste this beneath the code you already have:
.page-template-grid-page .entry-header .entry-title { display: block; }Let me know if this helps! :)
Best regards,
Michael
-
yay, thanks for your help, this half works – its put the titles back for me but how do i stop it showing lines of text from the child page under the title on the grid page.
thanks for your help, much appreciated,
ps. love the look of the aperture theme on your page, looks awesome!
-
Thanks! Glad you like it! It’s actually my first theme (I don’t have a background in web design), so things can only improve (I hope)… :P
To remove the text below the titles on grid pages paste this below the code you already have:
.page-template-grid-page .entry-summary { display: none; }I hope this helps! :)
-
your welcome, I’m interested in photography so will definitely give it a go once ur done, its almost like a film reel :)
and the code worked perfectly, thanks for your help!!
- The topic ‘Titles and text for grid page in sela theme’ is closed to new replies.