Home Forums WoodMart support forum Several changes on head Reply To: Several changes on head

#210344

Hello,

3. Please add this code to the Theme Settings > Custom CSS > Global:

body  .price ins .amount:before {
    content:"to ";
}
.product-image-summary .summary-inner>.price:before{
content:"from ";
}

4. Please add this code to the Theme Settings > Custom CSS > Global:

.product-label {
    height:70px;
}

2. Please replace the code for this one:

body .woodmart-load-more:hover, body .woodmart-load-more {
    color: white;
    border-color: blue;
}
body .woodmart-load-more {
    background-color:blue!important;
}
body .woodmart-load-more:not(:hover) {
    background-color:blue!important;
}

Best Regards