Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #561601

    HI,

    I want to make “add to cart” and “more info” button always active, not only on hover.

    And I want to change their colors.

    Any thoughts?

    Thanks.

    #561625

    Hi voldemarasp!

    not sure what you mean with always active. Can you provide us a link showing the elements in question please? we need to be able to inspect the elements.

    Cheers!
    Andy

    #561677

    Here is a link to my page:
    http://ismaniosiosdovanos.lt/shop/

    These two buttons I want to be active always, and I want to change their colors.
    “Į krepšelį” “Daugiau informacijos”

    #561679

    Labas Voldemarai!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_cart_buttons {
        opacity: 1;
    }

    Cheers!
    Yigit

    #561682

    Thanks Yigit.

    Works perfect.

    There is one more thing how to change their colors? I need it to be different.

    #561701

    Hi!

    Please add following code to Quick CSS as well

    .main_color .avia_cart_buttons {
        background: red;
    }
    #top .main_color .avia_cart_buttons .button {
        color: white;
    }

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.