Shopify themes, liquid, logos, and UX
I'm using sections and one of the sections is promotion. I'd like to make the top section lower case but it seems impossible with the theme
use section id and apply css to make it small or big
Shopify ,Shopify plus and Shopify 2.0 theme developer and customization
I Would like to add new functionality or customize an existing one, please hire me.
If helpful then please Like and Accept Solution .
Email: ashiquehussaincodediary@gmail.com
Use CSS property
text-transform: lowercase;
Can read up more here:
https://www.w3schools.com/cssref/pr_text_text-transform.asp
Where should I add that in? In the theme.style.css??
Try using Inspect Element tool in the Chrome browser to find where the css element for the Text is located. It could be in theme.scss or embedded somewhere inline.
Try adding either
text-transform: none; <--- This one most likely will work better!
or
text-transform: lowercase;
User | RANK |
---|---|
122 | |
100 | |
74 | |
72 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022