Home › Forums › Shudh theme support › shudh – hide featured image in messages
- This topic has 12 replies, 2 voices, and was last updated 5 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 23, 2019 at 10:46 am #129342
Hello,
If I select a featured image in a messasge, then it display’s in the message itself and also in the overview of the blog. That is very good!
But in certain messages I want to hide it (and display eventually another image). How can I hide the featured image in a message in shudh?
Thank you, Wilfried
August 26, 2019 at 5:18 am #129407Hi,
Kindly show us your website URL please?
Regards,
DaveAugust 26, 2019 at 6:37 am #129427https://www.bemiddelaars.vlaanderen/
On the memu item: “Opleidingen en workshops” there is the list of messages with the featured images. So that is fine.
Then if you click one of the messages to read it completely you see also the featured image. That is good.
But in some of the messages I want to hide it and show for example another of maybe none.
Thank you, Wilfried
August 26, 2019 at 7:03 am #129430Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveAugust 26, 2019 at 7:38 am #129450Yes of course. Here you see all messages if you choose in menu “Opleidingen en workshops”: https://imgur.com/QJbNXPF
You see there the featured image with text: Mediation weekIf you click the ‘Lees meer’ button you see the whole message with the same featured image: https://imgur.com/tPsQZXr
This is in most cases very good. But in some of the messages I want to hide this latter featured image.
August 27, 2019 at 5:24 am #129492Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.single .blog-post .post-thumb { display: none; }
Regards,
DaveAugust 27, 2019 at 5:36 am #129494Hi Dave,
Then they will be all gone. I want to hide it only in some of the messages.
rgds, Wilfried
August 27, 2019 at 6:50 am #129514Hi,
Okay, kindly show us the particular page URLs where you want to hide featured images.
Regards,
DaveAugust 27, 2019 at 7:10 am #129521On this page for example:
https://www.bemiddelaars.vlaanderen/ik-zie-ik-zie-wat-jij-niet-ziet/
Regards Wilfried
August 27, 2019 at 7:12 am #129523For some strange reason there are 2 url in previous post. It is the page:
/ik-zie-ik-zie-wat-jij-niet-ziet/
August 28, 2019 at 4:59 am #129588Hi,
Kindly use this one
.postid-165 .attachment-post-thumbnail { display: none; }
Regards,
DaveAugust 28, 2019 at 5:24 am #129594Thank you. Now I can do this with every post-id that I want. Thanks.
August 28, 2019 at 5:36 am #129597Yes 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.