Okay
  Public Ticket #2822587
remove shop breadcrumbs
Closed

Comments

  •  4
    sarah started the conversation

    hello,

    how can i hide header breadcrumbs on individual shop pages? thanks!

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    /* hide  breadcrumb on single product page */
    .woocommerce.single-product .woocommerce-breadcrumb {
        display: none !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  •  4
    sarah replied

    This worked thank you so much!