Forums

CSS help for buttons

fribse 27 Apr, 2016
Hi there

I'm having some problems with the submit button being hard to read thanks to my template.
How do I fix that, I've tried catching the right class with firebug, but can't seem to make it work.
One of my forms is here:
https://www.dkdb.dk/klub/kontakt-os
fribse 27 Apr, 2016
Answer
Never mind, I finally found it 😀
.btn.btn-default.form-control.A
GreyHead 27 Apr, 2016
Hi fribse,

The simplest way is to add an id to the button like submit_btn, then you can use #submit_btn as a CSS selector

Bob
fribse 28 Apr, 2016
I see, so I just give a:
#indmeld { color: #000!important;}
that works perfectly!
Thankyou again.
This topic is locked and no more replies can be posted.