Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › How to increase font size of › Reply To: How to increase font size of
May 6, 2018 at 4:49 pm
#8746
Participant
adding this line as you stated, and adjusting the font size as desired in my custom css section of theme seems to do the job. 😉 Thank you so much for your help. I will let you know if I need anything else. Thank you.
.woocommerce form .form-row label {
line-height: 2;
font-size: 18px;
}