shorterthanmiles Posted September 2, 2022 Share Posted September 2, 2022 (edited) Site URL: https://www.wondersmithaudio.com/stmarys Hi everyone! I'm using the Alex & Sonny theme, which I believe is part of the Marquee group of themes. I want to hide the banner image and title just on this page: https://www.wondersmithaudio.com/stmarys Just to be clear, I want to hide the entire banner/title wrapper so that the main page content bumps up to the top, just below the navigation. Any help is much appreciated – thanks! -Jeremy Edited September 2, 2022 by shorterthanmiles Link to comment
izzyswebsite Posted September 2, 2022 Share Posted September 2, 2022 #collection-62efe52327081e7c4476ff46 { .title-desc-wrapper .no-main-image .no-description { dispay: none; } } Try the above code. tuanphan 1 Link to comment
shorterthanmiles Posted September 2, 2022 Author Share Posted September 2, 2022 20 minutes ago, izzyswebsite said: #collection-62efe52327081e7c4476ff46 { .title-desc-wrapper .no-main-image .no-description { dispay: none; } } Try the above code. Thanks for responding! I copied that code snippet and pasted it into the 'Custom CSS' area under 'Design' (screenshot attached). Unfortunately, it didn't seem to have the desired effect. Is that the correct the implementation, or did I do something wrong? Link to comment
izzyswebsite Posted September 3, 2022 Share Posted September 3, 2022 Sorry I'm not at home at the moment. Maybe try without the collection number part? I'm not sure where I messed up. You put it in the right spot. Link to comment
paul2009 Posted September 3, 2022 Share Posted September 3, 2022 12 hours ago, shorterthanmiles said: Unfortunately, it didn't seem to have the desired effect. It should look like this: #collection-62efe52327081e7c4476ff46 .title-desc-wrapper.no-main-image.no-description { display: none; } izzyswebsite 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
tuanphan Posted September 4, 2022 Share Posted September 4, 2022 On 9/3/2022 at 5:43 AM, shorterthanmiles said: Thanks for responding! I copied that code snippet and pasted it into the 'Custom CSS' area under 'Design' (screenshot attached). Unfortunately, it didn't seem to have the desired effect. Is that the correct the implementation, or did I do something wrong? Use this code body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { 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
shorterthanmiles Posted September 5, 2022 Author Share Posted September 5, 2022 Got it, thanks! That seemed to work, except it also removes this well: https://share.getcloudapp.com/12uzEOnk Is there any way to avoid removing that additional text? On 9/4/2022 at 4:45 AM, tuanphan said: Use this code body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { display: none !important; } Link to comment
shorterthanmiles Posted September 5, 2022 Author Share Posted September 5, 2022 (edited) In this screenshot, you can the top block of text is hidden. Just the very bottom part of the letters are showing: https://share.getcloudapp.com/Jru8wbLg Do you know how to fix this? I'm pretty sure it's because of the code snippet you provided, but I could be wrong. Edited September 5, 2022 by shorterthanmiles Link to comment
tuanphan Posted September 6, 2022 Share Posted September 6, 2022 On 9/4/2022 at 3:45 PM, tuanphan said: Use this code body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { display: none !important; } Use this new code body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { visibility: hidden; height: 50px; } 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
shorterthanmiles Posted September 9, 2022 Author Share Posted September 9, 2022 Thanks! I really appreciate. That new code worked, but unfortunately only at larger screen sizes. On smaller screen sizes, the text at the top is still hidden. Larger: https://share.getcloudapp.com/7KukRKwe Smaller: https://share.getcloudapp.com/5zuPyzRP Any fix for this? On 9/6/2022 at 9:46 AM, tuanphan said: Use this new code body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { visibility: hidden; height: 50px; } Link to comment
tuanphan Posted September 10, 2022 Share Posted September 10, 2022 17 hours ago, shorterthanmiles said: Thanks! I really appreciate. That new code worked, but unfortunately only at larger screen sizes. On smaller screen sizes, the text at the top is still hidden. Larger: https://share.getcloudapp.com/7KukRKwe Smaller: https://share.getcloudapp.com/5zuPyzRP Any fix for this? Try some code like this body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { visibility: hidden; height: 50px; } @media screen and (max-width:900px) { body#collection-62efe52327081e7c4476ff46 div#banner-wrapper { height: 150px; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment