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/
I would like them to show bright permanently.
How can I do this
Thanks,
Harvinder
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
Yes that worked – thank you!
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