Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #705636

    View post on imgur.com

    how can i change the button color and the button color and transparency image(button) hover effect?

    #706105

    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

    #706115

    Great, and how can i add transparency here:

    #lpdown a.avia-button:hover i want 70% transparency on mouse hover

    #706116

    Hi!

    Please try:

    #lpdown a.avia-button:hover { opacity: 0.7 !important; }

    thanks a lot

    Best regards,
    Basilis

    #706287

    CLOSED. Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change button color’ is closed to new replies.