Custom Product Add-On Title

Hello X Team -
I am using the WooCommerce Product Add-On plug-in. Please look at the sample page URL that sent…

The sections that say “Additional Upcharges:” and “Additional Services:”, I would like to have those titles stand out (maybe in a bold gold color). Do you have CSS code that can achieve that level of customization?

Hi @bluetroop2,

Thanks for reaching out.

To stand out the “Additional Upcharges and Additional Services”, please add this code in your X > Theme Options > CSS.

.wc-pao-addon-additional-upcharges > label, .wc-pao-addon-additional-services > label {
	color: #FFD700;
    font-weight: 700;
    font-size: 18px;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.