How to change background hover color of Jumbotron buttons?

Here’s the css for the second Illdy Jumbotron button:

#header .bottom-header .header-button-two

I can change the background color but can’t figure out how to change the background hover color.

Can you provide the css?

Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the button hover color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Button hover color*/
#header .bottom-header .header-button-two:hover {
    background: red;
}


Best Regards,
Support

Very good! Thanks!

Hi,

Glad we helped. :slight_smile:

Let us know if you have any other questions. :wink:

Thanks,
laranz.