Home Forums WordPress Themes – Premium Preferential Custom Box Color? Reply To: Custom Box Color?

#21922
Binaya D
Participant

Hi Dave’s,

Please use the following css to fix your issue:


.pref-promo-box {
    background-color: #7fac6b;
}

Note: Please use the custom css plugin or child theme to write css.

Thanks