Hi,
http://www.surftherapyyoga.biz/contact-us
How can I change the color of the send button and the hover of it?
Thanks
sRishti
color of Send button
8 posts from 3 voices-
Posted 11 months ago #
-
Hi sRishti,
Add this to your custom.css or Quick CSS.
#commentform #submit { background-color: #DCEDFD; background-position: center top; background-repeat: repeat-x; border-color: #DCEDFD; color: #FFFFFF; } #commentform #submit:hover { background-color: #FEFFFF; border-color: #FEFFFF; color: #FFFFFF; }The first snippet is for the normal state. The second snippet for the hover. These are the current values being used so you'll want to change them as you see fit.
Regards,
MyaPosted 11 months ago # -
Thanks Mya,
Surprisingly it didn't work!!!I put this in the Custom.css
/*Comment Form*/
#commentform #submit {
background-color: #60a9a5;
background-position: center top;
background-repeat: repeat-x;
border-color: #60a9a5;
color: #FFFFFF;
}#commentform #submit:hover {
background-color: #DCEDFD;
border-color: #DCEDFD;
color: #60a9a5;
}Any idea?
SrishtiPosted 11 months ago # -
Hi,
Try adding !important out to the side of each value like this:
/*Comment Form*/ #commentform #submit { background-color: #60a9a5 !important; border-color: #60a9a5 !important; color: #FFFFFF !important; } #commentform #submit:hover { background-color: #DCEDFD !important; border-color: #DCEDFD !important; color: #60a9a5 !important; }Regards,
MyaPosted 11 months ago # -
Thank sMya,
It still is not doing it!!! :(
Am I doing something wrong?
Please help!
SrishtiPosted 11 months ago # -
Hello,
Try to replace it with this
.ajax_form input.button { background-color: #60a9a5; background-position: center top; background-repeat: repeat-x; border-color: #60a9a5; color: #FFFFFF; } .ajax_form input.button:hover { background-color: #DCEDFD; border-color: #DCEDFD; color: #60a9a5; }Don't forget to save and remove cache. :)
Regards,
IsmaelPosted 11 months ago # -
Looks good
Thanks!Posted 11 months ago # -
Hi c_srishti,
Glad that we could help you. :)
Cheers,
IsmaelPosted 11 months ago #
Topic Closed
This topic has been closed to new replies.














