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

    HI

    on my page below I can choose a hover color for a full width button (green-> orange), but this option I can not find for the medium size button (for comparison below the fullwidth button).

    what can I do?

    thx a lot & best regards, Tilman

    #564056

    Hi Tilman!

    Please add following code to Quick CSS

    a.avia-button.avia-color-theme-color.avia-size-medium:hover {
        background: #e46037!important;
        opacity: 1;
        border-color: #e46037!important;
    }

    Regards,
    Yigit

    #564079

    Great – thx a lot, Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘missing option for button hover color’ is closed to new replies.