Change ReCharge Radio Button Colour

Hey guys,

How can we change the colour of the circle radio button inside the ReCharge widget?

At the moment its a dark blue but would like to change it to our light blue colour.

I’ve tried loads of CSS but can’t get it to change.

Example product: https://proteinpackage.co.uk/products/grenade-carb-killa-protein-bar-box-12-bars

Thanks,

George

Hi @George_Greenhil

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> theme–async.css paste the below code at the bottom of the file.

.rc-radio input:checked{

filter: invert(0%) hue-rotate(

0deg) brightness(1.6) !important;

}

you can change the brightness(number) to choose other colors as you like. for example 1.6, 1.6, 1.9, 2 …

Best Regards;

PageFly