rhondahymason Posted April 9 Share Posted April 9 @creedon Do you know how I can remove the horizontal rule under the Category heading on the default Store page? Thank you! Link to comment
Jia Posted April 9 Share Posted April 9 2 hours ago, rhondahymason said: @creedon Do you know how I can remove the horizontal rule under the Category heading on the default Store page? Thank you! Hi, try adding this to custom css. If it doesn't work, share the link to your website, and password if applicable. .tweak-products-category-title .products.collection-content-wrapper .nested-category-title.nested-category-title-padding::after { width:0; } Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
abibacon Posted April 9 Share Posted April 9 Hey @rhondahymason, try adding the below CSS to your Custom CSS area. #siteWrapper .tweak-products-category-title .products.collection-content-wrapper .nested-category-title.nested-category-title-padding::after { border-bottom: 0px; } Squarespace Developer based in Hampshire, England If you'd like to make a contribution for my time you can Buy Me A Coffee. Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) Link to comment
rhondahymason Posted April 9 Author Share Posted April 9 5 hours ago, Jia said: Hi, try adding this to custom css. If it doesn't work, share the link to your website, and password if applicable. .tweak-products-category-title .products.collection-content-wrapper .nested-category-title.nested-category-title-padding::after { width:0; } Thanks Jia. I tried it but it didn't work for me. Link to comment
rhondahymason Posted April 9 Author Share Posted April 9 1 hour ago, abibacon said: Hey @rhondahymason, try adding the below CSS to your Custom CSS area. #siteWrapper .tweak-products-category-title .products.collection-content-wrapper .nested-category-title.nested-category-title-padding::after { border-bottom: 0px; } I tried this but it didn't work for me. Thanks! Link to comment
abibacon Posted April 9 Share Posted April 9 Hey @rhondahymason, could you share a link to the page please? Squarespace Developer based in Hampshire, England If you'd like to make a contribution for my time you can Buy Me A Coffee. Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) Link to comment
rhondahymason Posted April 9 Author Share Posted April 9 9 hours ago, abibacon said: Hey @rhondahymason, could you share a link to the page please? https://www.incident-zero.com/store Link to comment
Solution Jia Posted April 10 Solution Share Posted April 10 15 hours ago, rhondahymason said: Thanks Jia. I tried it but it didn't work for me. Here, try this one instead: .products.collection-content-wrapper .nested-category-children::after { width: 0!important; } rhondahymason 1 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
rhondahymason Posted April 10 Author Share Posted April 10 2 minutes ago, Jia said: Here, try this one instead: .products.collection-content-wrapper .nested-category-children::after { width: 0!important; } That worked! Thank you! Jia 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