Hi!
I buyed the Abundance theme, and i love it. My only problem is, the price text on the Single Product Page is small (smaller then the Themeforest demo site). How can is change the text size?
Thanks!
Marcell
Hi!
I buyed the Abundance theme, and i love it. My only problem is, the price text on the Single Product Page is small (smaller then the Themeforest demo site). How can is change the text size?
Thanks!
Marcell
Hi,
In your woocommerce-mod.css (located in the 'woocommerce-config' folder under the abundance theme).
Find this:
#top .price, #top .price span, #top .price del, #top .price ins
The code would look something like this:
#top .price, #top .price span, #top .price del, #top .price ins {
display: inline;
text-decoration: none;
font-size: 12px;
line-height: 18px;
font-weight: bold;
}
Just change the font-size greater than 12px.
Hope this helps. :)
Regards,
Ismael
Thanks Ismeal, it works! :)
Marcell
Hi!
Glad that Ismael could help you :)
Best regards,
Peter
This topic has been closed to new replies.