Hi @made4Uo ,
I can’t find that code in the base css file.. Is that where I should be looking?
I’m using Dawn / Craft
Hi @made4Uo ,
I can’t find that code in the base css file.. Is that where I should be looking?
I’m using Dawn / Craft
Forgot to mention. You can always set up a font-size for the
Just go to Asset folder and find the base.css file. Then add the code below. NOTE: you can change the size on whatever you want. It should affect the elements that uses the
tag, unless, they already have a defined font-size
p {
font-size: 1rem;
}
This worked a charm!!! Thanks so much!
Hello, I have a similar problem when adjusting the font size in Dawn theme. I saw you have a great solution and I hope you can help me with my website. Right now, what I notice about my website font is that the product description is too small, but the rest of the heading and the box is big. Is there a way I can reverse this by making the description bigger and the rest to be smaller? I went to edit code-> base.css and change the font size rem. I put Ho-H3 to smaller rem and H4-H5 bigger rem but It still did not give me the result I am looking for.
@Trinitydiamonds
Hi, Welcome to the Shopify Community Sir.
I hope you will get resolve your Issues.
Thanks for giving your Time.
Have a Good Day.
@Trinitydiamonds
kindly Share your Store Url, Sir.
So we can help you.
Thank you.
Hi @Zworthkey
I would like to reduce the size of the titles in each page but I can’t figure which heading code to reduce. I’ve tried playing around with the %rems of all headings but nothing seems to work.
Can you please advise? URL is https://www.suit-of-lights.com/
If I want to change the the text welcome to our store at the top of the page then how to do that?
Hi can I change the font size of first section of my home page i.e welcome to our store
and main menu link also?
Very useful! How can we reduce the font-size only for Mobile View?