I Want To Change Font Of Price

Solved

I Want To Change Font Of Price

Emiway
Trailblazer
263 0 50

I want to change font and size of my price 

Like This 

IMG_20240526_214610.jpg

My  site is Like This 👇

URL sneakerskull.com

IMG_20240526_214635.jpg

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi @Emiway 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

.product-item__info  span.price {

    font-family: 'circular';

    font-weight: 100 !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 299

This is an accepted solution.

Hi @Emiway 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

.product-item__info  span.price {

    font-family: 'circular';

    font-weight: 100 !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PageFly-Henry
Shopify Partner
1184 335 299

Also, I noticed your header has a large height and it is obscuring 1/4 of your page.
I think you should reduce the height of the header so that users can see your page wider

PageFlyHenry_0-1716740997120.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Emiway
Trailblazer
263 0 50

Yes Can You Help!?

Also The Price Become Too Light Want Some Weight 

Emiway
Trailblazer
263 0 50

Hello I also want all my product title to be in capital can You Please help