Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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;
}
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.
This is an accepted solution.
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;
}
Thanks Victor. That has helped. I am assuming the !important was what was needed. Hugely appreciative.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024