- This topic has 9 replies, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Kids Education › Blog Feature Image
How can I remove the feature image at the start of my blog message?
Hello,
Can you please provide us with specific screenshot for the section where you are willing to remove image and site URL so that we can help you?
Regards.
site url is http://www.freinetopstelten.be
The image I want to remove is the top image in the following blog post:
Hello,
After going through the URL you have provided, the image that you want to remove is possible if you add additional CSS in Appearance > Customize > Additional CSS :
section#header-image {
display: none;
}
Hope this helps.
If you have further query, let us know.
Thank you.
This is not what I mean, this removes the multi coloured stripes at the top of the page. I want to remove the first big picture in the blog message (the feature image that is selected for the blog post).
I succeeded in doing this for the pages with the following ccs update:
.page img.attachment-full.size-full.wp-post-image {
display: none;
}
But this does not work for the blog posts.
Hello,
Please send us the screenshot of the section you want to remove the image of.
Thank you.
I want to remove the image below at the top of the page.
Hello,
Please add the additional CSS to resolve the issue.
.single .blog-post-wrap .wp-post-image{
display: none;
}
Hope this helps.
If you have further query, let us know.
Thank you.
That did the trick, thanks!
Hello,
Glad we could help.
Thank you.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |