Tagged: button
Hi all,
I have two extra large buttons on a page and I need to assign a different rollover state.
I know I can style .avia-button.avia-size-x-large for one button and add custom css classes to both but can’t see to find the way to target each button hover state independently.
Thanks in advance for any help with this.
Hey MIMMT,
You need to add 2 separate class names to the two buttons.
Example: let’s add class names “btn-one” and “btn-two” to the two buttons.
/* Hover Effect */
.btn-one:hover {
/* YOUR CSS HERE */
}
.btn-two:hover {
/* YOUR CSS HERE */
}
Best regards,
Vinay
Hi Vinay,
This is the approach I tried and it did not work.
Hi MIMMT,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria