I am trying to change all header and footer navigation in my big cartel store to fully uppercase. Ones I have added myself are fine however the existing "Collections", "Home" & "Contact" options need to be changed. How would I do this? The theme is "Neat" if this makes a difference. Thank you.
Asked
Active
Viewed 347 times
1 Answers
0
you can edit the CSS and inserting text-transform
property to the right selectors.
basically if you add text-transform: uppercase;
to the right selector it would change the text to uppercase.
you can read more about text-transform in here: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform

Saar Davidson
- 1,312
- 1
- 7
- 16