Hello!
I`m Trying to change the color of the radio buttons, but I don`t know how to do.
I tried several CSS-commands, but nothing will work.
I changend the border of the forms too. This was very easy with following code:
.cf_inputbox{
border-width: 1px;
border-color: #d21d46;
border-style:solid;
}
But how can I change the radio button?
Has anyone an idea?
Best regards
Jörg from Germany
I`m Trying to change the color of the radio buttons, but I don`t know how to do.
I tried several CSS-commands, but nothing will work.
I changend the border of the forms too. This was very easy with following code:
.cf_inputbox{
border-width: 1px;
border-color: #d21d46;
border-style:solid;
}
But how can I change the radio button?
Has anyone an idea?
Best regards
Jörg from Germany
Great! This is useful. Thanks
This topic is locked and no more replies can be posted.