How can I increase font sizes using the Dawn 8.0 theme editor?

Hi All,

Upgrading our theme to Dawn 8.0 and I am trying to customise using the Custom CSS in theme editor field to increase font size instead of a custom css snippet.

The price container has always prevented me increasing the size of regular price, I can increase the special price, but I want to increase both.

Also, I have struggled to increase product title as well - this I would like to do only on carousels/homepage, the sizing is fine on product page.

I have used customer liquid in my basic skills to add the RRP & Dozen pricing which I would also like to edit/increase size of also.

Can anyone assist with resolving this for me? I have tried many different “.class” references and rules etc all to no avail. Thanks in advance.

You can view exisiting site www.winesellersdirect.com.au

Hi @AdamWSD

You can use devtool to check class and click “+” to creat class for element

Hope this answer helps.

Best regards,

Victor | PageFly

Thanks for the reply Victor… I tried this but still is not working.

You can use CSS below to make font size for the price.

.price__sale{
font-size: 30px !important;
}

s.price-item.price-item--regular {
font-size: 30px !important;
}

1 Like

Thanks Victor. That has helped. I am assuming the !important was what was needed. Hugely appreciative.

@AdamWSD It is my pleasure to help you :heart: