Notifications
Clear all

How can i change button Hover Color?

2 Posts
2 Users
0 Likes
1,736 Views
(@kowalkowski90)
Member Customer
Joined: 6 years ago
Posts: 1
Topic starter  

Screenshot

Thanks!


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

Put this CSS code in Dashboard > Comments > Settings > Styling > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.

#wpcomm input[type="submit"]:hover{
border: 1px solid #DD0000 !important;;
background-color: #DD0000 !important;;
}

Don't forget to change the red marked color codes before using.


   
ReplyQuote
Share:
Scroll to top