Okay
  Public Ticket #3240686
More visibility to checkout page radio buttons
Closed

Comments

  •  1
    Anni started the conversation

    Hi, I'd like to add some css customisation on my Aurum checkout page so that the radio buttons and opt-in boxes regarding the selection of shipping options, payment methods, and accepting terms and conditions were more noticeable and easily perceivable by everyone. A bit heavier black line would be perfect. Could you please help me with this?

  • [deleted] replied

    Hi Anni,

    Please add the code below to your Custom CSS area:

    input[type=checkbox], input[type=radio] {
        border-color: #222;
    }

    Have a nice day!