tthomson Posted August 26, 2020 Share Posted August 26, 2020 Site URL: http://somedayaccessories.com I just updated my squarespace to get the new features and I suddenly have a line across the page under my categories at the top of the page as well as | lines between the categories. I was using a code previously to remove these lines that worked perfectly before but doesn't seem to work at all now. previous code was /* Pre order */ .category-filter-item:nth-child(9) { order: 3; } /* Tees */ .category-filter-item:nth-child(7) { order: 7; } /* Sale */ .category-filter-item:nth-child(5) { order: 5; } /* All */ .category-filter-item:nth-child(1) { order: ; } /* Hide Line */ span.category-filter-delimiter.has-category { display: none; } I'll attach a photo for better detail but if someone could help remove these lines that would be amazing, it also appears that the 'All' option before the categories has disappeared which isn't the end of the world but I would prefer to have it if it's an option! Link to comment
creedon Posted August 26, 2020 Share Posted August 26, 2020 Try changing that last rule to... .breadcrumb-separator { display: none; } Let us know how it goes. Dunikal 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 Add to Home > design > Custom CSS ul.nested-category-children:after { 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
tthomson Posted August 27, 2020 Author Share Posted August 27, 2020 22 hours ago, creedon said: Try changing that last rule to... .breadcrumb-separator { display: none; } Let us know how it goes. this worked to remove the lines between the categories, thank you very much for your help! Link to comment
tthomson Posted August 27, 2020 Author Share Posted August 27, 2020 20 hours ago, tuanphan said: Add to Home > design > Custom CSS ul.nested-category-children:after { display: none !important; } this helped remove the random line above the photos, thank you so much for your help! 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