Skip to content

Instantly share code, notes, and snippets.

@luizbills
Last active August 29, 2022 15:03
Show Gist options
  • Save luizbills/018af96fe02b0c186a9b656d4ce94333 to your computer and use it in GitHub Desktop.
Save luizbills/018af96fe02b0c186a9b656d4ce94333 to your computer and use it in GitHub Desktop.
Remover coluna de preço no carrinho do Woocommerce
.shop_table .product-subtotal,
.shop_table .product-price {
display: none;
}
@ositecerto
Copy link

teria como ocultar o preço do carinho em determinados produtos, no caso de 0,00 reais? obrigado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment