Custom CSS does not work in woocommerce
-
I’m not able to change colors or dimensions in the cart via css.
I test the codes in the browser in the inspect mode and they work, when I put the css in the customization area of woocommerce nothing happens.
It is not cache.
Dont Work
/* Lista de ítens */ /* Cor fundo */ .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td { background-color: white; }
Dont Work
/* Barra superior */ th.product-remove, .cart thead { background-color:lightgray!important; } /* Bot?o remover produto */ .product-remove{ background-color:#e8e8e8!important; } th.product-remove { width: 10px; }
Dont work
/* Remover Imagem dos produtos */ .cart .product-thumbnail{ display:none!important; }
And countless other codes, none affect the woocommerce cart.
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Custom CSS does not work in woocommerce’ is closed to new replies.