Tagged: product slider, woocommerce
Hi,
I would like to hide add to cart text (just the text) and hide (z-index?) label overflow.
I use avia product slider.
Please check my mockup and help me!!
Kind regards,
Peter
Hey Peter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .avia_cart_buttons .button span {
color: #d82a2d;
}
#top .main_color .avia_cart_buttons .button {
color: transparent;
}
ul.products li { overflow: hidden; }
Regards,
Yigit
Amazing, thank you! :)