Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter María Sánchez

    (@messtix)

    So i found a solution using CSS. I’m gonna leave it here for those who need it.

    #1 (Change the color to white)
    .woocommerce-page button.single_add_to_cart_button.alt
    {color:#fff !important}

    #2 (Hide the button)
    .woocommerce-page button.single_add_to_cart_button.alt
    {display: none; !important}

    Great info, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Add to Cart Button’ is closed to new replies.