Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #775393

    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.

    #775676

    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

    #775857

    Hi Vinay,

    This is the approach I tried and it did not work.

    #775980

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.