Shopify themes, liquid, logos, and UX
Hi,
Could you please guide me on updating my Symmetry theme while keeping my custom code intact?
Additionally, how can I increase the font size for the price display?
Thank you for your assistance.
Best regards,
Tony
Hello @Tony1701
You need to add the latest version of the theme in your store and then manually add the changes in new theme.
Here is the refrence link: https://help.archetypethemes.co/en/articles/2767?_gl=1*16nwm9r*_ga*MjEwMjI3ODQ3MC4xNzIxODg4MjQ4*_ga_....
Thanks
Hello @Tony1701
1) To increase the font size for the price display
Go to online store ---------> themes --------------> actions ------> edit code------->main.css
and add this code at the end of the file.
.product-price--block, .product-price--block .price, .product-price--block .price__default {
font-size: 22px;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi,
I went to Asset --> style.css.liquid --> Paste it code but it does not work on my end.
I tried it both ways:
.product-price--block, .product-price--block .price, .product-price--block .price__default {
font-size: 22px;
}
.product-price--block, .product-price--block .price, .product-price--block .price__default {
font-size: 22px !important;
}
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