Hide tag and product number on product page

This topic has 9 replies, 4 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp

  • Avatar: dude77
    dude77
    Participant
    June 2, 2015 at 08:58

    hi admins:)
    i dont like to show tags, product number. only category.

    with this code all hide, what i have to ad that to delete tags and number?
    have a nice day:)

    .product_meta{ 
    display:none; }
    8 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    June 2, 2015 at 09:04

    Hello,

    Please add this code in custom.css file

    .sku_wrapper,
    .tagged_as{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: dude77
    dude77
    Participant
    June 2, 2015 at 09:32

    hi robert, first time your code not working..
    i need for product page, and when i ad your custom css, the product number and product tags still there.

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 2, 2015 at 09:47

    Hello,

    Do you want to hide this section on single product page? See screenshot: http://prntscr.com/7c69q7

    Regards,
    Robert Hall.

    Avatar: dude77
    dude77
    Participant
    June 2, 2015 at 09:57

    yes!

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 10:08

    Hello,

    Try to use this code:

    .product_meta > span {
        display: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: stan
    Stan Russell
    Participant
    June 2, 2015 at 10:08

    Hello,

    please provide us with admin credentials for your site in private content and we will investigate why this code is not working for you.

    Regards,
    Stan Russell.

    Avatar: dude77
    dude77
    Participant
    June 2, 2015 at 11:09

    this works fine:)

    .product_meta .tagged_as{
    display:none;
    }
    
    .product_meta .tagged_as.sku_wrapper {
    display:none;
    }
    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 11:29

    Hello,

    We’re glad you’ve solved the issue.

    Have a nice day!
    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

The issue related to '‘hide tag and product number on product page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.