• Resolved smailas123

    (@smailas123)


    Hello,

    How to hide some text at single product page:

    1. Send to friends and print.
    2. Category, tags.

    Link: Picture

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @smailas123!

    You can use the following CSS code to hide the product share and meta from the individual product pages:

    .nth-quickshop-wrapper div.product .nth-single-product-share, .woocommerce-page div.product .nth-single-product-share {
    	display: none;
    }
    
    .nth-quickshop-wrapper div.product .product_meta, .woocommerce-page div.product .product_meta {
    	display: none;
    }

    This CSS code can be added to the “Additional CSS” section found in your customizer view, under “Apeparance > Customizer”

    Cheers!

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @smailas123!

    Howdy!

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Singe product page (hide some text)’ is closed to new replies.