Okay
  Public Ticket #998066
CSS
Closed

Comments

  • Albert started the conversation

    Hello,

    how do i hide the product ID and the category in single page ? i only want to show the SKU ?

    please see attachment

    Thanks

  • [deleted] replied

    Hi Albert,

    Can you please add the code below to Custom CSS

    .shop-item-single .item-info.summary .product_meta {
        display: none;
    }
    
  • Albert replied

    Hello,

    i used the css code, and all 3 of them is gone, but i need the SKU still show in the front end is that possible?


    Thanks

  • [deleted] replied

    Please remove that CSS code and then send us the URL of this exact page please.

    Also please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Albert replied privately
  • [deleted] replied

    Hi Albert,

    Please add the code below to Custom CSS

    .shop-item-single .item-info.summary .product_meta .posted_in {
        display: none;
    }
    .shop-item-single .item-info.summary .product_meta>span:nth-child(1) {
        display: none;
    }
    
    Will set this ticket as solved from here. Have a nice weekend and Happy Holidays!
  • Albert replied

    Works great.

    thanks

  • [deleted] replied

    Hi Albert,

    Glad to hear that

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!