natashaf Posted December 18, 2021 Share Posted December 18, 2021 Site URL: https://www.encountersdigital.com/discover Does anyone know any code I can insert to help hide the grey line that appears on the Discover pages underneath the Categories headers? Site: encountersdigital.com Site PW: encounters Thanks in advance! Link to comment
Solution paul2009 Posted December 18, 2021 Solution Share Posted December 18, 2021 The border is standard on these pages. You should be able to hide it by adding the following to Design > Custom CSS: @media screen and (min-width: 576px) { .tweak-products-nested-category-type-sidebar.tweak-products-category-title .products.collection-content-wrapper .nested-category-title::after { opacity: 0; } } If this post has helped you, please click a 'Like' or 'Thanks' icon below ⬇️ tuanphan 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
natashaf Posted December 21, 2021 Author Share Posted December 21, 2021 Hi Paul, Thanks so much for your response! I pasted in your code into custom css but the line is still showing 😞 Have I done something wrong? Link to comment
tuanphan Posted December 25, 2021 Share Posted December 25, 2021 On 12/21/2021 at 10:06 PM, natashaf said: Hi Paul, Thanks so much for your response! I pasted in your code into custom css but the line is still showing 😞 Have I done something wrong? Add this new code .tweak-products-category-title .products.collection-content-wrapper .nested-category-description::after { opacity: 0; } 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
natashaf Posted January 5, 2022 Author Share Posted January 5, 2022 On 12/25/2021 at 7:42 AM, tuanphan said: .tweak-products-category-title .products.collection-content-wrapper .nested-category-description::after { opacity: 0; } That worked! Thanks so much tuanphan 1 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