How to move Tags in other place
-
Could you please tell us how to move tags in Product Page under the Price or under Attributes table. Thanks!
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
I do not need to hide them. Opposite – I need to make them more visible and move them up. Is there any shortcode I could add inside the template?
Hello,
No, there is no quick solution for that, unfortunately.
Best Regards