[ad_1]
Hello @mbleigh for that you’ll add either one rule or two depending on if you want to also target the cart page Shipping Method too.
First is both
#cfw .cfw-shipping-methods-list li.active,
#cfw .cfw-radio-reveal-li.cfw-active .cfw-radio-reveal-title-wrap {
background-color: #0075ff !important; /* whatever hexicolor you want here */
color:#fff !important;
}
Second one is both separate
/* Shipping Only */
#cfw .cfw-shipping-methods-list li.active {
background-color: #0075ff !important; /* whatever hexicolor you want here */
color:#fff !important;
}
/* Gateways Only*/
#cfw .cfw-radio-reveal-li.cfw-active .cfw-radio-reveal-title-wrap {
background-color: #0075ff !important; /* whatever hexicolor you want here */
color:#fff !important;
}
@serafinnyc You’re absolutely the best. thank you so much!!
-
This reply was modified 29 seconds ago by
mbleigh.