Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #617663

    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

    #617844

    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

    #618092

    Amazing, thank you! :)

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.