What's your biggest current challenge? Have your say in Community Polls along the right column.

how to update my Symmetry theme keeping the same codes?

how to update my Symmetry theme keeping the same codes?

Tony1701
Tourist
6 0 0

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

Replies 3 (3)

oscprofessional
Shopify Partner
16116 2410 3126

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

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

GTLOfficial
Shopify Partner
679 144 142

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
12.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Tony1701
Tourist
6 0 0

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;
}