Hello,
Not sure if someone can help me. I need to know how to capitalize tags in the sidebar of the collection pages?
Thanks
Solved! Go to the solution
Hi @MarioKan ,
As you are using the Supply theme, please add the following code to your theme.scss file:
aside#collectionFilters {
text-transform: capitalize;
}
Let me know if that works!
This is an accepted solution.
Follow these steps:
aside#collectionFilters {
text-transform: capitalize;
}
Let me know if that works!
User | Count |
---|---|
423 | |
208 | |
144 | |
56 | |
43 |