Comment out items on product page? - by bellaphile

This topic has 4 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: bellaphile
    bellaphile
    Participant
    April 28, 2015 at 17:11

    Hi,
    What’s the best way to remove tags, categories, and SKU from the single product page?
    http://screencast.com/t/vNfxPiNP0Cy

    I saw there was a similar question to this posted before, so I tried this code in my custom.css but it didn’t work

    h6.active {
    display:none;
    }

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 28, 2015 at 18:13

    Hello,

    Please add this code in custom.css file:

    .product_meta {
      display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: bellaphile
    bellaphile
    Participant
    May 2, 2015 at 00:41

    Thanks, Eva! That solved it but now I have a little style issue. Is there a way I can add a space between the “add to wishlist, email a friend” and the social icons?
    http://screencast.com/t/H7Oh33jf3gZ

    Avatar: Eva
    Eva Kemp
    Support staff
    May 3, 2015 at 09:53

    Hello,

    Please use this code in custom.css file:

    .product-information .menu-social-icons {
     padding-top: 20px;
    }

    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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