Replies: 0
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.