Home Forums WoodMart support forum hide-category-text

hide-category-text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #187112

    vindesign_it
    Participant

    Hi,

    I can’t hide the category text in product page, I add this code in custom css :

    .posted_in {
    	display: none;
    }

    but it doesn’t work, Can you help me?

    Thank you,
    Best Regards

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

    Hello,

    I saw the screenshot you attached. Please use the following Custom CSS to remove the text you mentioned in the screenshot.

    .posted_in {
    display: none !important;
    }

    Best Regards.

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