Hover on post comment button
-
Hello there, I am relatively new to WordPress and I’m struggling a bit with CSS…
I managed to set the mouse over thing for most of my items on the website but it doesn’t work with the “POST COMMENT” input button. I basically have POST COMMENT with a white background when hovering.Let say I want the borders to be blue on hovering. What I’ve tried so far:
/* POST COMMENT BUTTON */ .highlander-dark .comments-area #respond p.form-submit input#comment-submit:hover{ border-color: blue; }
But it doesn’t work…
I have also tried things like :
input[type=submit]:hover {border-color: blue;}
it doesn’t work either.
Thank you in advance for your help !
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hover on post comment button’ is closed to new replies.