Remove the picture under the name of the blog
- The topic ‘Remove the picture under the name of the blog’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I would like to remove the big picture under that is between my blog name/ categories and my gallery with my blog posts.
How can i do that ?
Thank you
The blog I need help with is: (visible only to logged in users)
Hi there – you can hide this on the homepage only with:
.home article.featured-post {
background: transparent !important;
padding-bottom: 7rem;
}
.home article.featured-post .entry {
background: transparent;
}
If you want it hidden on every page then the following should do the trick (although I haven’t tested it):
article.featured-post {
background: transparent !important;
padding-bottom: 7rem;
}
article.featured-post .entry {
background: transparent;
}
Thanks – Ben
Thank you so much :) i used your first answer !
Laureen
it’s me again… :)
So i did what you told me and it worked but now i have like a blank space between the name of the blog and the gallery. It’s pretty annoying, especially on phones.
How can i fix that ? thank you !
laureen