How to change hover color on buttons?

Posted in: Newsmag
Post count: 25

I want to change the color for when a user hovers over buttons in the right rail widget. How do I do that?

Post count: 23312

Hello saucemonsters,

If you want to change the hover color of your widget area, you should use a bit of CSS code and place it in Theme panel->Custom CSS area.

.widget input[type="submit"]:hover{
background-color: red;
}

The result is here -> https://www.screencast.com/t/W2REGuf5AcR

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.