Hi
I have installed your module in this site and it all works fine apart from the submite button text displays white on white as per the rest of the site , please can you tell me how/where to change it to black
http://rrbconstructions.co.uk/
Hi Trup.Thanks for posting here.
You can add this at the end of your template:
div.rapid_contact input.button { color: #000 !important;}
Thanks again!
Hi you can also simply open up your template.css file under
http://rrbconstructions.co.uk/templates/siteground-j15-112/css/template.css
just below line 76,
change color:#ffffff; to color:#000000;
Just tried it with firebug and it worked.
Enjoy
Thank you for posting more information.