Orandle Posted April 14, 2020 Share Posted April 14, 2020 (edited) Site URL: https://www.stephenmckeeracing.com/ Hi guys. I'm trying to figure out how to remove the banner on the home page, but keep the other page banners visible. These tools either allow all the banners to be visible site wide, or only the home page banner to be visible. For context, I need the video on the home page to be front and center, exactly like a banner. I would simply make it a banner, but banners cant play videos with audio/playbar features (been down that whole rabbit whole earlier...unless?). So, my solution is to remove the banners on the whole site and just replace them with large image/video blocks. The trouble is, that the image block replacements arnt size-optomised, especially for mobile and site now lacks symmetry. and overall doesnt look great Im not a programer, so rather than going through and trying to adjust each individual image dimensions with CSS to immitate perfect banners, it would be so much better if I could just use the actual banner function. The only page I actually need to be bannerless is the home page, but It seems to be an "either all or nothing" situation. I've been troubleshooting for hours with all sorts of different code, but nothing has worked so far. Any help would be greatly apreciated. Thanks in advance. Edited April 14, 2020 by Orandle formatting Link to comment
tuanphan Posted April 14, 2020 Share Posted April 14, 2020 You can enable banner site wide first, then I can give code to hide homepage banner. Orandle 1 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
Orandle Posted April 15, 2020 Author Share Posted April 15, 2020 18 hours ago, tuanphan said: You can enable banner site wide first, then I can give code to hide homepage banner. Thanks a lot! Ive enabled the banners. Link to comment
Featured Comment tuanphan Posted April 15, 2020 Featured Comment Share Posted April 15, 2020 6 hours ago, Orandle said: Thanks a lot! Ive enabled the banners. Add to Home > Design > custom CSS .homepage .page-banner-wrapper { display: none; } 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
Orandle Posted April 15, 2020 Author Share Posted April 15, 2020 5 hours ago, tuanphan said: Add to Home > Design > custom CSS .homepage .page-banner-wrapper { display: none; } Legend. Thank you. Link to comment
Surgery Posted September 22, 2020 Share Posted September 22, 2020 Hi - Is there a way to make that work on individual / specific inner pages? Many thanks Link to comment
tuanphan Posted September 24, 2020 Share Posted September 24, 2020 On 9/22/2020 at 8:00 PM, Surgery said: Hi - Is there a way to make that work on individual / specific inner pages? Many thanks Add to Page Settings > Advanced > Header <style> .page-banner-wrapper { display: none; } </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
Recommended Posts
Posted by tuanphan,
0 reactions
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment