I’m really stumped! How do I change only the font size Product title and/or the price on the product pages? I want to decrease it and have tried a few different CSS I have found in related posts but none work.
Hi There,
Thanks for writing in!
Can you please use this CSS and let us know if that works.
Please add it to theme Option -> CSS
.single-product div.product .summary .product_title {
font-size: 20px !important; /* try changing the value */
}
.single-product div.product .summary .price>.amount {
font-size: 16px !important; /* try changing the value */
}
Hope this works!
Sure did - thank you!!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.