New Theme Issues please help ASAP
-
I have made a video for you i hope you understand, 🙂 please help me to fix this or revert it back to original theme i dont have backups
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.website-wrapper .wd-title-style-bordered .liner-continer:after,
.website-wrapper .wd-title-style-bordered .liner-continer:before {
border-bottom: 1px solid rgba(0,0,0,.105);
}
.website-wrapper .product-label.out-of-stock {
font-weight: 600;
}
@media (max-width: 1024px) {
.summary-inner .variations_form .quantity {
margin-bottom: 10px;
}
}
Kind Regards
can this be fixed with an official update?
Update: code fixed it thank you so much,
can this be fixed with a new theme update Please?
I just found out some pages/product’s still have the issue, kindly check the issue for us?
Hi,
Try to replace the previous code with the following one
.website-wrapper .wd-title-style-bordered .liner-continer:after,
.website-wrapper .wd-title-style-bordered .liner-continer:before {
border-bottom: 1px solid rgba(0,0,0,.105);
}
.website-wrapper .product-label.out-of-stock {
font-weight: 600;
}
@media (max-width: 1024px) {
.summary-inner .quantity,
.summary-inner .single_add_to_cart_button {
margin-bottom: 10px;
}
}
This will be fixed in the next theme update. If you still facing the same issues, try to first provide links to pages with them.
Kind Regards
Ok thank you, waiting for the updated theme.
The topic ‘New Theme Issues please help ASAP’ is closed to new replies.