Viewing 3 replies - 1 through 3 (of 3 total)
  • I guess that could be achieved via setting CSS display to none on the relevant element. Share your site URL so someone can help you out.

    Thread Starter rockingpg0

    (@rockingpg0)

    here is the link to store—> https://www.shopzepp.com

    Add this to your child theme’s style.css file, or if you theme has a setting to add custom CSS, you can use that too.

    .single-product .product_meta{ visibility: hidden; }
    .single-product .product_meta .sku_wrapper,
    .single-product .product_meta .posted_in { visibility: visible; }
    
    .variation-Soldby { display: none; }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove/change sellers name ?’ is closed to new replies.