mattg Posted October 9, 2019 Posted October 9, 2019 I am attempting to keep the page thumbnail but remove automatic banner that appears when I do this: Thumbnail: Page Banner that is added: I have read a lot of different solutions but none have been working to remove the banner. If I remove the thumbnail it looks overly simply from my home page, so the thumbnail must stay. However, this massive image for a banner is no good and need to be removed. If anyone knows how to get ride of this it would be awesome!
tuanphan Posted October 11, 2019 Posted October 11, 2019 @mattg Add to Home > Design > Custom CSS /* Remove Blog Top Image */ .collection-type-blog.view-item .blog-item-banner { display: none; } /* Fix header overlap post date */ .collection-type-blog.view-item .blog-wrapper { padding-top: 50px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.