This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Laranz
Hi,
I want to make changes to the woocommerce single product page. Custom CSS changes to the product name, drop down for variation, price font and colour, tabs description font.
How can I go about it ?
thanks
Hi,
Typography can be controlled over 8THeme Options -> Typography, if you didn’t find the setings there,
You meant you want to change the font for those mentioned areas? If so, use this Custom CSS in Theme Options -> Styings -> Custom CSS,
.product_title.entry-title, select, .price, .woocommerce-Price-amount, .tabs .tab-title { font-family: Arial; }
Change that to some other font of your requirement.
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up