Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #771199

    Hi, kann ich die Buttons so tauschen
    das der Hover Effekt zuerst da ist, dann der normale Button.

    Einfach vom Effekt nur umgekehrt.

    View post on imgur.com

    Danke

    #772469

    Hey Reinhard,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-button:hover {
        opacity: 1;
    }
    .avia-button {
        opacity: 0.9;
    }
    

    Best regards,
    Yigit

    #772569

    Perfekt – Thx

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Button Hover’ is closed to new replies.