 
	
		
		
		
		
			
I’ve been trying to make the product tabs font larger but so far not succeeded.
With custom CSS, how can I make the font of the product tabs at size 18px?
Hey None!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#top div div.product .woocommerce-tabs .panel {
font-size: 18px;
line-height: 1.6em;
}Regards,
Ismael
Thank you for your super fast reply – I see this works for the panel – however I’m trying to make the actual tab itself the font size bigger
Hey!
Please add following code to Quick CSS as well
#top div div.product .woocommerce-tabs ul.tabs li a { font-size: 18px; }Regards,
Yigit
Awesome! – that worked :)
