Hi all,
I've noticed that all the drop-down text in the categories on mobile automatically convert to Uppercase, even though I have them as sentence case on desktop (headers are Upper). Does anyone know how to keep the format the same as desktop please? Mobile and desktop screenshots attached.
Thanks,
Lauren
Solved! Go to the solution
Hi @LaurenMcCreery !
Would you mind sharing your store's password (privately if you like) so we can provide the solution for that?
Cheers
This is an accepted solution.
Add the following code to your styles.scss.css:
a {
text-transform: none!important;
}
Let me know if that works!
User | Count |
---|---|
395 | |
202 | |
146 | |
42 | |
40 |