Radio Button color change

bruxxjuhu 19 Oct, 2010
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
GreyHead 19 Oct, 2010
Hi Jörg,

You're going to need to Google around this - the radio buttons are basically Browser dependent (see here) but it is possible to over-write that (see here for example). The RocketTheme Joomla! templates do this but unfortunately don't work with ChronoForms.

Bob

PS Found another article here
bruxxjuhu 19 Oct, 2010
Thanks for your quick reply.
This was I needed!
This topic is locked and no more replies can be posted.