TTaylor 1 Share Posted May 19, 2020 Site URL: https://www.travelsandtreasures.com/home Hi there! I really like the Diary concept on the Brine template and prefer to not have a photo (so I purposely do not include it as a Thumbnail Image of the post). However, if I include one or more images in the body of the post, one of them is selected as the Thumbnail image. Perhaps this is as designed, but I prefer no image. Is there a way to prevent this from happening? (cross-posted) Link to post
tuanphan 9,004 Share Posted May 19, 2020 Add to Home > Design > Custom CSS .BlogList-item-image { display: none !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
TTaylor 1 Author Share Posted May 19, 2020 (edited) Oh! Thank you! Looks like it is all or nothing? And not just for a singular post? Edited May 19, 2020 by TTaylor clarification Link to post
tuanphan 9,004 Share Posted May 20, 2020 19 hours ago, TTaylor said: Oh! Thank you! Looks like it is all or nothing? And not just for a singular post? above code for all images in this link. https://www.travelsandtreasures.com/home or you mean? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
TTaylor 1 Author Share Posted May 20, 2020 1 hour ago, tuanphan said: above code for all images in this link. https://www.travelsandtreasures.com/home or you mean? Hi, My apologies for not being clear. I only want to suppress images for posts in a specitic category (diary). For example, https://www.travelsandtreasures.com/home/practicing-self-care is in that category. Link to post
derricksrandomviews 467 Share Posted May 20, 2020 You can't just delete the thumbnail then publish the post? I always have an image, just wondered. TTaylor 1 Link to post
tuanphan 9,004 Share Posted May 21, 2020 18 hours ago, TTaylor said: Hi, My apologies for not being clear. I only want to suppress images for posts in a specitic category (diary). For example, https://www.travelsandtreasures.com/home/practicing-self-care is in that category. .category-diary .BlogList-item-image { display: none !important; } TTaylor 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
TTaylor 1 Author Share Posted May 21, 2020 18 hours ago, derricksrandomviews said: You can't just delete the thumbnail then publish the post? I always have an image, just wondered. Hi, I never loaded a thumbnail image for the post. But if I have an image inside the post, it becomes the thumbnail and that is what I want to avoid. Link to post
TTaylor 1 Author Share Posted May 21, 2020 2 hours ago, tuanphan said: .category-diary .BlogList-item-image { display: none !important; } @tuanphan THANK YOU!! It works beautifully! and thank you, too, @derricksrandomviews Enjoy the rest of your week, you're the BEST! Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment