TTaylor Posted May 19, 2020 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 comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 Add to Home > Design > Custom CSS .BlogList-item-image { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TTaylor Posted May 19, 2020 Author Share Posted May 19, 2020 Oh! Thank you! Looks like it is all or nothing? And not just for a singular post? Link to comment
tuanphan Posted May 20, 2020 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? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TTaylor Posted May 20, 2020 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 comment
derricksrandomviews Posted May 20, 2020 Share Posted May 20, 2020 You can't just delete the thumbnail then publish the post? I always have an image, just wondered. Link to comment
tuanphan Posted May 21, 2020 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
TTaylor Posted May 21, 2020 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 comment
TTaylor Posted May 21, 2020 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 comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.