Change font size only on product page - Sense 2.0

I was trying to figure out how to change the product prize size (in the product page) but only on that page, in the other part of the site its ok as it is.

Theme Sense 2.0

Hello @clavilla57

Please could you share your store URL so that I can review it?

hi @clavilla57

Try to add this code at the bottom of Theme editor > assets > base.css

#MainProduct-template--16761294160154__main .price-item {
    font-size: 24px;
}

Try it and let me know

tried, cannot see any difference :sleepy_face:

Hello @clavilla57

Try this code: It will be helpful to you:

Go to the online Settings> Theme>Edit code>Assets>base.css>Add code in this file

section#MainProduct-template--15890439405759__main span.price-item.price-item--regular {
    font-size: 20px;
}

It works, thank you.

do you have also a solution for this?

https://community.shopify.com/c/shopify-design/collection-with-all-the-item-at-the-same-high-sense-2-0/m-p/1802329#M481704

1 Like

Hello @clavilla57

Try this code: it will be helpful to you-

Go to the online Settings> Theme>Edit code>Assets>base.css>Add code in this file

.card__information {
    grid-row-start: 3;
}
1 Like

sorry for bother you, it was working till i have added an html code to the product page, may i ask u how to let it work again?

https://danicoffeeshop.com/products/kg-grani-miscela-rossa

in this page doesn’t work cause i’ve implemented the html

https://danicoffeeshop.com/products/cremoso

on this work perfectly