how can i change the button color and the button color and transparency image(button) hover effect?
Hi!
Please add following code to Quick CSS
#lpdown a.avia-button {
color: orange;
background: green;
border-color: blue;
}
#lpdown a.avia-button:hover {
color: red;
background: blue;
border-color: orange;
}
Regards,
Yigit
Great, and how can i add transparency here:
#lpdown a.avia-button:hover
i want 70% transparency on mouse hover
Hi!
Please try:
#lpdown a.avia-button:hover { opacity: 0.7 !important; }
thanks a lot
Best regards,
Basilis
CLOSED. Thank you.