Home Forums WoodMart support forum Please help me Reply To: Please help me

#132312

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