Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1439371

    Hi,

    I’m not sure why but the Add to Cart and Show Details buttons are greyed out unless you hover over them.

    Then they brighten up and you can see them properly.

    https://www.rosevel.ie/product-category/skin-boosters/

    View post on imgur.com

    I would like them to show bright permanently.

    How can I do this

    Thanks,

    Harvinder

    #1439390

    Hey ballindigital,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia_cart_buttons {
        opacity: 1;
    }
    #top div.avia_cart_buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
    #top div.avia_cart_buttons a.button.show_details_button:hover {
        color: black !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1439401

    Yes that worked – thank you!

    #1439407

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Always show add to cart and show more buttons’ is closed to new replies.