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

How to move Tags in other place

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130972

    bogtv
    Participant

    Could you please tell us how to move tags in Product Page under the Price or under Attributes table. Thanks!

    #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

    #131002

    bogtv
    Participant

    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?

    #131029

    Hello,

    No, there is no quick solution for that, unfortunately.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)