This topic has 4 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi,
just a quick one, what is the easiest way of changing the default product text on single page.
I would like to make it about 16px or so, no way to change it from theme settings?
Thanks in advance.
Sorry there is no such option in our theme. This styles are predefined in css .You may provide us with the link/screenshot where necessary single product page elements are marked. Thank you for undestanding.
With best reagrds
Brian Johnson
Brian,
Sorry to say you are wrong, the code for this is within your style sheets (style.css) and can be changed as I have now found out how to do it.
For anyone looking to change the font / size etc (I find font too small) and rather than manually change you can have a default size like below, change to your taste.
/*-- woocommerce single product font -- */
.product-information .short-description, .tabs .tab-content p {
font: 16px/24px 'Raleway', sans-serif;
color: #676767;
}
Hope this helps
Hello,
We’re glad you’ve found the solution.
Have a nice day.
Regards,
Eva Kemp.
The issue related to '‘Easiest way to change font size of text on products?’' has been successfully resolved, and the topic is now closed for further responses