StaceyLindsay
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help – Using Gridiculous ThemeI’m using Gridiculous and would like to have a different image featured in the header on each page. I’ve set the featured image in on my pages however it’s not showing up, only the main header images. Is it possible to have a different one for each page?
Never mind. I figured it out. Just went to the style.css, found the sections on showcase template, then found the section on recent-posts and added the {display: none;} as the first line and it worked.
Thanks for your help.
So either I did it wrong or that didn’t work.
Just to clarify – I have set up a child theme for twenty eleven so I don’t need info on that.
I just want to remove the “recent posts” from the bottom of the showcase template. A different post said to place the following in I thought the showcase template php.
.page-template-showcase-php section.recent-posts {
display: none;
}Are you saying this should go in the style.css? Is this the correct code to make the change I want? Or do I find something that looks like this and change the display to none?
Sorry I’m pretty new at all this.
Thanks.Thank you. I have created a child them so I’m good.
On the code, is there a specific place to put it in the style.css? Do I need to delete anything?
Thanks for your help.