Home › Forums › WordPress Themes – Premium › Preferential › Custom Box Color? › Reply To: Custom Box Color?
October 8, 2015 at 7:42 am
#21922
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