sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi, I’m not clear of you also want to get rid of the title of the post. If you want the image and the title gone, you can use this.
.single .entry-hero {
display: none;
}
If you wish to keep the title and category, give the following a try.
.single .entry-hero .post-thumbnail img {
display: none;
}
.single .entry-header-wrapper {
background: rgba(0, 0, 0, 0);
position: relative;
padding-bottom: 0;
}
Thread Starter
qqv0t
(@qqv0t)
Oh great thank you that worked!
I now have this http://37.60.224.142/~samphir6/index.php/2015/07/22/goodman-city/ I am guessing I just need to change the font to all black.
Really appreciate that.
One other thing would you know which bit of code to edit or add to make the spacing between blog posts smaller. Tried a couple of things and it hasn’t worked.
Thank you
sacredpath
(@sacredpath)
Automattic Happiness Engineer
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Which spacing are you referring to? On the home page between the featured images at the top or in the posts listed below that?
Thread Starter
qqv0t
(@qqv0t)
Hi
Sorry I worked it out by changing CSS. Would you know how to change the logo size on this theme, proving difficult.
Thank you
I replied about the logo in your other thread. I see you provided a link to your site here so I’ll take another look.