I just wanted to make a final post to this thread, because I solved my last issue with removing the black box where titles are usually displayed. You need to remove the relevant code from home.php 🙂
Just in case anyone was interested.
Hi, I want to do exactly the same, remove the black strip across the page, can you please show me the part of the code I need to delete?
Thank you
I am using a theme called camera at http://michaeljohnburgessph.com and I am wondering what I have to do to get read ov the featured image for posts but keep it for the slider at the top of the page.
but could you also tell me if I have to remove or add code what fine and line I need to add or remove it from
Thanks
Michael John Burgess
I was able to remove the feature image from each post by simply changing the width of the image to 0% in style.css. See below:
`/**
* 6.1 Post Thumbnail
* —————————————————————————–
*/
.post-thumbnail {
background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
display: block;
position: relative;
width: 0%;
z-index: 0;