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
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
Great – thx a lot, Yigit