How to remove this (screenshot) part in debutify theme

Hi guys, I don’t know if I’m missing something, but I can’t find a way to remove this part from my store. http://prntscr.com/1vgvt4t

You could try adding this rule to the bottom of theme.scss.css

.breadcrumbs.text-accent.text-small {
  display: none;
}
1 Like

Thank you! It solved the problem!

1 Like

Excellent! I’m glad the proposed solution fixed the issue.