Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › How to increase font size of › Reply To: How to increase font size of
May 5, 2018 at 5:52 pm
#8743
Participant
Thank you.
I found what the title is I’m speaking of.
They are the label headings or titles.
I thought I found where to adjust the size but it adjusted the label spacing and not the font size?
.woocommerce form .form-row label {
line-height: 2;
}
that was the section where i adjusted the line-height: from 2 to 4
that worked, but it just made the space below the label title larger before the drop down selection items, but the label title remained the same font size.
Any suggestions?
Thank you..;-)