Home Forums Free Themes Kids Education Blog Feature Image

Viewing 10 posts - 1 through 10 (of 10 total)
#110993
wensolutions
Keymaster

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.

#110997
Boyke
Participant

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.

#110999
wensolutions
Keymaster

Hello,

Please send us the screenshot of the section you want to remove the image of.

Thank you.

#111001
Boyke
Participant
#111007
wensolutions
Keymaster

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.

#111008
Boyke
Participant

That did the trick, thanks!

#111014
wensolutions
Keymaster

Hello,

Glad we could help.

Thank you.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.