rhondahymason Posted April 9 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!
Jia Posted April 9 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
abibacon Posted April 9 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; } Learn CSS - abibacon.com/css-course Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) If you'd like to make a contribution for my time you can Buy Me A Coffee.
rhondahymason Posted April 9 Author 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.
rhondahymason Posted April 9 Author 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!
abibacon Posted April 9 Posted April 9 Hey @rhondahymason, could you share a link to the page please? Learn CSS - abibacon.com/css-course Reach out for Custom Coding - abibacon.com Developer & Support Specialist at will-myers.com (Affiliate Link) If you'd like to make a contribution for my time you can Buy Me A Coffee.
rhondahymason Posted April 9 Author 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
Solution Jia Posted April 10 Solution 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
rhondahymason Posted April 10 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment