Hi Ionuț Toma,
the checkbox sizes are primarily based off of your own theme.
If you want to override it, you can use the following CSS.
.hdq-options-check label {
font-size: 1rem !important;
}
replacing 1rem with whatever font size (example: 14px) or unit of measurement you want. Just note that doing this may result in some weird padding issues depending on your theme. These can usually be resolved by adding
margin: -12px 12px 0 0; playing around with the 12 to find the sweet spot for you.
Thank you for the quick reply! I will try to adjust the checkbox size using your indications.
Well, I tried and there is no change…Thank you anyway!
Send me a link please.
The issue is probably just where/how you added the CSS. Should be very easy to point you in the right direction if I can see how your theme is coded.
I’m using Kreativ Pro, Genesis Framework. I can’t send you the link because at the moment the site is hosted locally.
I problem solved itself after I uploaded the site from the localhost to live server.