Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   Changing Hover Color of "Submit Comment" Button (http://forum.bytesforall.com/showthread.php?t=2123)

adum Jun 20, 2009 03:37 PM

Changing Hover Color of "Submit Comment" Button
 
Hey there,

First of all, I LOVE the theme. It's just incredible.

I am having trouble changing the color of the submit comment button when the mouse is over it. Right now it turns green, but I want to change it and could not find the option to do so. Where is it? Thanks in advance.

Regards,

Adam

paulae Jun 20, 2009 04:15 PM

Good question. I used Firebug to show me the class of the button. Then in ATA Options/HTML-CSS inserts, I added:

Code:

.button:hover {
    border: 1px solid #000;
    background: #99CCFF;
}

This gives a black border, light blue button interior.

adum Jun 21, 2009 02:37 PM

Thanks for the help!


All times are GMT -6. The time now is 09:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.