Home Forums WoodMart support forum Hide category and tag on single product page

Hide category and tag on single product page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #170444

    cagrikucukel
    Participant

    How can I remove category and tag information from the single product page?

    #170478

    Hello,

    You can find this option in the Theme Settings > Product page > SHOW / HIDE ELEMENTS https://prnt.sc/quqqho

    Best Regards

    #170500

    cagrikucukel
    Participant

    I know.
    I want only hide category and tag information. Not SKU.

    #170541

    Hello,

    Please provide the product page URL I will provide the custom CSS.

    Best Regards

    #171119

    cagrikucukel
    Participant

    Okay.

    #171171

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .product_meta > span.posted_in {
    display:none;
    }
    body.single .product_meta > span.tagged_in {
    display:none;
    }

    Best Regards

    #171239

    cagrikucukel
    Participant

    Categories have been deleted. But the tags still exist.

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

    Hello,

    Please replace the code with this one:

    body .product_meta > span.tagged_as {
    display:none;
    }

    Best Regards

    #171273

    cagrikucukel
    Participant

    Great. Thanks.

    #171287

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Hide category and tag on single product page’ is closed to new replies.