Apisorganic Posted June 24, 2021 Share Posted June 24, 2021 Site URL: https://stingray-endive-257g.squarespace.com/bioceste Hi! How can i costumize the categories bar without effecting all the paragraph? I want them more visible, like in bold tipe for example. And, in the mobile version, is appearing a orrible slide bar for see the categories bar (like in the image belove), how can i remove that for seeing in the same layout all the categories? Thank you so much and sorry for my bad english! Link to comment
sorca_marian Posted June 24, 2021 Share Posted June 24, 2021 Hi, Add this to Design -> Custom CSS .nested-category-children a { font-weight: bold; } @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { flex-wrap : wrap; } } Apisorganic 1 Contact me for development work - I’m a Freelancer Software engineer and architect Squarespace Tutorials for free - YouTube📹 Manage Tasks & Notes Easily Squarespace Custom Web Development & Design 😀 Message me if you need custom features or a new website created Link to comment
Apisorganic Posted June 25, 2021 Author Share Posted June 25, 2021 14 hours ago, sorca_marian said: Hi, Add this to Design -> Custom CSS .nested-category-children a { font-weight: bold; } @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { flex-wrap : wrap; } } Thank you so much!!! It works! Link to comment
Apisorganic Posted June 25, 2021 Author Share Posted June 25, 2021 17 hours ago, sorca_marian said: Hi, Add this to Design -> Custom CSS .nested-category-children a { font-weight: bold; } @media screen and (max-width: 575px) { .products.collection-content-wrapper .nested-category-children { flex-wrap : wrap; } } i'm sorry, i see that when i choose a category, the categories bar is no longer there, and the category 'all' is in another font style. There is a way to having the categories bar on the top off every category page, and in the product page too? Thank you a lot Link to comment
tuanphan Posted June 28, 2021 Share Posted June 28, 2021 On 6/25/2021 at 4:37 PM, Apisorganic said: i'm sorry, i see that when i choose a category, the categories bar is no longer there, and the category 'all' is in another font style. There is a way to having the categories bar on the top off every category page, and in the product page too? Thank you a lot Try adding this to Design > Custom CSS div.nested-category-tree-wrapper { display: flex !important; float: none !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; } section.products.collection-content-wrapper.products-list { flex-direction: column !important; display: flex; } .nested-category-tree-wrapper>ul {padding-top: 44px;padding-bottom: 30px;margin-bottom: 0;flex-wrap: nowrap;overflow-x: scroll;text-align: center;display: flex;flex-direction: row;align-content: center;position: relative;justify-content: start;} .nested-category-tree-wrapper>ul li { margin-left: 2vw; flex: 0 0 auto; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } .products.collection-content-wrapper .nested-category-tree-wrapper>ul>li:first-child a { padding-top: 5px; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment