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.