Home › Forums › WoodMart support forum › Please help me › Reply To: Please help me
July 11, 2019 at 12:44 pm
#132312
Elise Noromit
Member
Hello,
It is not possible to move SKU with CSS, such modification requires complete customization which is not covered by our support.
Please add this code to the Theme Settings > Custom CSS > Global:
.single .summary-inner>.yith-wcwl-add-to-wishlist {
display:none;
}
.single .summary-inner>.woodmart-compare-btn{
display:none;
}
body .product_meta > .tagged_as {
display:none!important;
}
Best Regards