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
16374 2441 3189

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

GTLOfficial
Shopify Partner
856 176 191

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