How can I get the product name above the price like in the demo?
Also how can I make the “Add to Cart” & “Show Details” to show up darker before hover?
The cart has very little contrast as well.
Hi farrdesign79!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_cart_buttons { opacity: 1; }
.inner_product_header h3 { color: black!important; }
Regards,
Yigit
Thanks!