Viewing 3 replies - 1 through 3 (of 3 total)
  • Stef

    (@serafinnyc)

    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;
    }
    
    Thread Starter mbleigh

    (@mbleigh)

    @serafinnyc ?You’re absolutely the best. thank you so much!!

    • This reply was modified 9 months ago by mbleigh.
    Stef

    (@serafinnyc)

    I’ve been called worse ????????

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘checkout payment select highlight color’ is closed to new replies.