Hello
How do I change font size on the product page heading of the addons?
https://caisley-tags.co.uk/product/combo-11-dna-large-flag-tissue-sampling-with-large-flag-management-space/
for example Herd number, Holding number, etc as in the link above?
Thank you in advance for any tips
Szymon
Hey Szymon,
This should be possible with css. Do you have a link to your site?
Best regards,
Jordan Shannon
Hi Jordan
Thank you, yes here is my link https://caisley-tags.co.uk/
thank you for your help
Szymon
Hi,
Thank you! You’re needing the font size reduced?
Best regards,
Jordan Shannon
Hi Jordan
yes please unfortunately my css skills are 0
:)
Thank you
Hi Jordan
Could you please send me a css code that will reduce the font size?
Thank you
Szymon
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
.single-product .wc-pao-addon-heading {
font-size: 18px;
}
Best regards,
Rikard
Hi Rikard
Thank you, it worked on some of the headings
if you look here for example
holding number and herd number headings now are with reduced font size but universal applicator not
in this product, all are ok except the first heading, “Type”
https://caisley-tags.co.uk/product/flexoplus-dd-barcode-print-replacement/
Any idea on how to change these?
Thank you
Szymon
Hi Szymon,
Thanks for the update. Please try this CSS instead:
.single-product .wc-pao-addon-heading, .single-product .wc-pao-addon-name {
font-size: 18px;
}
Best regards,
Rikard
Thank you Rikard !
worked perfectly
Szymon
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon