CSS Styling

Jac Fourie 12 Jul, 2015
Hi

I have trouble changing the CSS styling of my form...

The client wants a small input box (black border), with a SUBMIT button they designed next to the box.

I added a new class to each option & then on the LOAD CSS I added the new classes, but nothing changes - it still shows the default css styling.

What am I doing wrong?

Website URL & login details in PM...

thanks!
GreyHead 12 Jul, 2015
Hi Jac,

I can't answer from the information here. Possibly you need to use more specific selectors or add !important to the style.

Bob
GreyHead 12 Jul, 2015
Hi Jac,

Thanks for the link, as I suggested your CSS is not specific enough and is being over-ridden by more specific rules.. you will need to use the element IDs and probably !important as well. Your browser web-develop tools will let you test.

Bob
This topic is locked and no more replies can be posted.