0

I have a 3 radiobuttons in the same group created in HTML as below.

click to see radiobuttons

As you see, there is a little point on the left of "small" labelled radiobutton because it is the selected one. The color of that point is: black. I want to change it into orange. I've found changing the color of the text, background of the radiobutton etc. but how can I change the color of the point indicating which radiobutton is selected??

Solutions in css, js, jquery.. anything is ok.

THanks.

BalkDal123
  • 13
  • 9

1 Answers1

0

This has been answered in this question. As mentioned there, it isn't possible.

However frameworks like Bootstrap will imitate the behavior of a radio button. With such a solution there are much more customization options. Watch here for more details (scroll down to Radio Buttons).

anianweber
  • 31
  • 4