Custom hiển thị thông tin của một sản phẩm
Mở file content-product.php và thay thế toàn bộ code nằm trong thẻ <li></li> bằng code show thông tin sản phẩm
.cutom-woocommerce-product-item-title-and-price h2 a {
font-weight: normal;
font-size: 14px;
clear: both;
text-align: center;
}
.cutom-woocommerce-product-item {
width: 23.5%;
float: left;
margin-right: 2%;
background: #fff;
text-align: center;
min-height: 290px;
margin-bottom: 40px;
}
.cutom-woocommerce-product-item:nth-of-type(4n+4) {
margin-right: 0;
}
span.amount {
text-decoration: none;
}
.cutom-woocommerce-product-item-title-and-price ins {
text-decoration: none !important;
font-weight: 700 !important;
color: #F91111 !important;
}
|
0 nhận xét: