Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #86745
    Nicholas
    Guest

    inside my products page and only on my products page there is a button layout menu containing only home and products. I didn’t put it there how do i make it go away

    #86752
    Brandon C
    Keymaster

    Hi Nicholas,

    Thanks for reaching out with your Crio Pro WordPress theme questions!

    What you’re seeing on your page is the product breadcrumb. You can remove these tags with some custom CSS.

    From your WordPress Admin visit Appearance > Customize > CSS/JS Editor and add this bit of CSS:

    .palette-primary .breadcrumb {
    	display: none !important;
    }

    I hope this helps! Please let us know if you have any other questions for us!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I remove meta data in product breadcrumb for Crio WordPress theme?’ is closed to new replies.