Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1024423

    Hi
    Kindly share the Page URL on which you want to hide the category.
    Also, post a screenshot and illustrate the part inside screenshot that you want to hide.
    If you the menu item is same , then display none will work on parent item as well as child items.

    Regards

    truongvantuan Friend
    #1024445
    truongvantuan Friend
    #1024467

    Sorry, It is still appearing in descrip section. As you see at my screenshot http://prntscr.com/es7oru

    truongvantuan Friend
    #1024470

    Sometimes it does not appear anymore.

    Pankaj Sharma Moderator
    #1024483

    Hi
    Add below code in /css/custom.css file

    
    .view-productdetails.itemid-119 div.category-view {
    display:none;
    }

    it will hide it from the page u shared.
    Regards

    truongvantuan Friend
    #1024486

    Thankyou so much.

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

This topic contains 6 replies, has 2 voices, and was last updated by  truongvantuan 7 years, 7 months ago.

The topic ‘How to hidden sub-categories in product page detail?’ is closed to new replies.