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 ⬇️ MarcWatson and tuanphan 2 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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