Home › Forums › WoodMart support forum › After Last Update some Price Text not green › Reply To: After Last Update some Price Text not green
April 3, 2022 at 4:14 pm
#366004
Bogdan Donovan
Keymaster
1. T-Shirt Image Size not work:
We have provided you with a custom code (https://prnt.sc/MEXnky5W26x3) but you did not paste part of the code related to the width of the image (https://prnt.sc/wrkdixLBtzpj). Try to add it.
.lumise-cart-thumbnails {
max-width: 75px;
}
2. Single product navigation styles:
.wd-products-nav .wgm-info {
color: #FFF;
}
body .wd-products-nav .wd-dropdown {
align-items: flex-start;
}
body .wd-product-nav-thumb {
padding-top: 15px;
}
Kind Regards