Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘woocommerce avia product slider – hide add to cart button text and label problem’ is closed to new replies.
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! :)