Home Forums WoodMart support forum Show Tags on product page

Show Tags on product page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #610768

    ady66
    Participant

    Hello,

    in Woodmart theme settings — Single Product — Elements I hide product meta (SKU, Categories, Tags).

    However, I would need the “Tags” to appear, only “Tags”. Could you help with some snippet so that I can display only “Tags”.

    Or some snippet that hides only SKUs and Categories on Product page.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #610772

    ady66
    Participant

    Ok, solved!!

    I find this:

    Add this code to Theme settings — Custom CSS — Global custom CSS

    .woocommerce div.product .product_meta > span.sku_wrapper {
       display: none;
    }
    .woocommerce div.product .product_meta > span.posted_in {
       display: none;
    }
    • This reply was modified 3 hours, 12 minutes ago by ady66.
    #610779

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Show Tags on product page’ is closed to new replies.