Shopify themes, liquid, logos, and UX
wanting to change the colour of the bar that has number of products on the page to white
Please share screenshot what do you want !
Thanks!
i am wanting to change the bar that says 'date, new to old' to colour white how can i do this?
@rentwithc
Paste this code on top of the theme.scss file.
span.filters-toolbar__product-count {
color: white !important;
}
Thank You.
1. Go to your store. Click on Actions > Edit Code
2. Go to Assets > theme.css add below lines at the bottom of the file.
.filters-toolbar-wrapper, .filters-toolbar__input {
color: white;
}
.filters-toolbar .icon-chevron-down {
color: white !important;
}
and it will look like this :
If helpful then please Like and Accept Solution.
hi i would like to make the background of that toolbar white instead of pink
please reply to my question above
Give a reference screenshot of how you want the look of the page and title according to that i will provide the css.
1. Go to your store. Click on Actions > Edit Code
2. Go to Assets > theme.css add below lines at the bottom of the file.
.filters-toolbar-wrapper {
background-color: white;
}
If helpful then please Like and Accept Solution.
User | RANK |
---|---|
205 | |
157 | |
78 | |
69 | |
66 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023