Change color of Radio button

Mehar Naaz
Tera Contributor

MeharNaaz_0-1692168650116.png

i want to change the color of this radio button to blue

5 REPLIES 5

Samaksh Wani
Giga Sage
Giga Sage

Hello @Mehar Naaz 

 

Add this in CSS :-

 

 

 

  input[type=radio] {
            accent-color: blue;
        }

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

no changes occured the color is same.

Harish Bainsla
Kilo Patron
Kilo Patron

You can write the code in CSS

input[type="radio"]  background-color: blue; border-color: blue; }

no changes occured the color is same.