Shape 5

Joomla Templates => Fresh Bistro - Club => : cspgsl May 27, 2018, 04:32:58 PM



: button colour for quick contact form
: cspgsl May 27, 2018, 04:32:58 PM
at http://linkslandgolf.com/ I am having a problem changing the non active colour of the submit button on the quick contact form at the bottom of the page. I see the hover colour.

I see that it is adopting the $s5_highlightcolor;  which I have set to white.

I cannot seem to find the code that will allow me to designate the colour I want by placing it in the custom.css file.

If you can tell me what it is, I would be grateful.
Thanks,


: Re: button colour for quick contact form
: jonahh May 29, 2018, 11:14:28 AM
Hello

Thanks for the URL but the site is just loading a white blank page?


: Re: button colour for quick contact form
: cspgsl May 29, 2018, 11:15:53 AM
I moved it to the live site - sorry

http://countrybreadbasket.ca/


: Re: button colour for quick contact form
: jonahh May 30, 2018, 10:29:22 AM
:
#s5_bottom_row3_area1 #s5_quick_contact_wrap button.button {
background:#000 !important;}

That should do it and if you need a hover color:

:
#s5_bottom_row3_area1 #s5_quick_contact_wrap button.button:hover {
background:#333  !important;}


: Re: button colour for quick contact form
: cspgsl May 31, 2018, 05:30:22 AM
thanks