Increasing font size and bold of Origin Shopify Theme

Increasing font size and bold of Origin Shopify Theme

MarksBcn
Excursionist
43 0 14

Hi, 

 

Can you please help me to increase the font size and to get bold the price on the product page. The theme is the Origin and the url is www.zentralmex.com

Thanks

Replies 3 (3)

Zqdo
Shopify Partner
803 32 64

Which specific part of the page are you trying to edit?

banned
MarksBcn
Excursionist
43 0 14

Hi @Zqdo , thanks to reply!

I'm trying to increase the font size and get the price bold on the product page.

Captura de pantalla 2023-06-21 183339.png

Thanks

Marc 

Zqdo
Shopify Partner
803 32 64

Go to your theme customizer, click on the section that you want to edit, then scroll to "Add Custom CSS". Try this code:

 

.price-item{
    font-size: 30px;
    font-weight: 600;
}

 

Does this work?

banned