Hayesw Posted April 13, 2020 Share Posted April 13, 2020 Site URL: https://www.counsellingtorontoteens.com/ Hey there, I'm using the Bedford template and, beside the main Blog I've created a Blog Page in which each team member is a post - so in other pages I can sort them by tags and update easily if they are taking clients and things. The thing is that, when the team member page opens, the thumbnail creates a huge banner image - which is good for the projects in the main blog, but terrible for the team members blog posts. Is there any way to toggle the banner image option off just for this specific blog-page or for specific posts through coding? In case it makes it easier to visualize, my website is the team members blog is https://www.counsellingtorontoteens.com/team-members/ Please help! I've tried a bunch of other custom CSS that I have found online but nothing seems to be doing the trick. Link to comment
tuanphan Posted April 13, 2020 Share Posted April 13, 2020 Add to page settings > Advanced > Header (or add Code Block > paste code) <style> .banner-thumbnail-wrapper figure { opacity: 0; } </style> 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
Hayesw Posted April 13, 2020 Author Share Posted April 13, 2020 3 minutes ago, tuanphan said: Add to page settings > Advanced > Header (or add Code Block > paste code) <style> .banner-thumbnail-wrapper figure { opacity: 0; } </style> That totally did it! Thank you so much!!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.