XF 2.1 How do I remove this god awful text here?

275840e9e412fe49837acfdaeeda047e.png


I understand this is a custom theme but I want to ask if there is a way to remove this god awful text to the left. I cant make the colors white because those are the colors of my text, etc. Maybe code somewhere in a template to remove? Thanks.
 
See what this does when added to the extra.less template of the style you want to affect:
Code:
[data-template="forum_list"] .p-breadcrumbs {
display:none
}
 
Top Bottom