Okay
  Public Ticket #2357116
Remove Elements Single Product Page
Closed

Comments

  • benditasanidad started the conversation

    Hi guys!

    I would like to remove these two text sections. Any idea? 

    If it´s not possible ... where is the code to change the colour?

    Thanks!

  •  3,021
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .single-product .woocommerce-breadcrumb {
        display: none;
    }
    .single-product .product_meta {
        display: none;
    }
    

    Hope this helps.