Home Forums WoodMart support forum How to move Tags in other place Reply To: How to move Tags in other place

#130998

Hello,

Unfortunately, tags cannot be moved. We can hide the theme with CSS. If it is acceptable, please add this CSS to the Theme Settings > Custom CSS:

body .meta-location-add_to_cart .product_meta> .tagged_as{
display:none;
}

Best Regards