I want to basically capitalize all text content on the theme..(Header, products, collection texts... everything).
Solved! Go to the solution
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.
h1, h2, h3, h4, h5, h6, p , span , a {
text-transform: uppercase !important;
}
User | Count |
---|---|
447 | |
207 | |
107 | |
87 | |
87 |