Change Hover Color of Specific Buttons Only

Hello Support Team,

how can I change the hover color of specific buttons only. i have a few buttons on my home page on white background they must stay dark and also the hover color dark. on my contact page i have abutton on dark background which is dark blue in color but has the same hover color as the homepage buttons. how can i change only this color? the same in need to do with links…thx for your help in advance!

Hello @joziguy,

Thanks for asking. :slight_smile:

For V2 elements, you can set hover color by clicking on the interaction button under relevant sections. However I am assuming that you are using clasic button element. The best option to change hover color would be to assign custom class to button element for ex change-button-color and then use following CSS to change color on hover:

.change-button-color:hover {color: #000;}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.