zombiekiller804 Member Licensed customer Apr 13, 2019 #1 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.
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.
Gertie Member Licensed customer Apr 13, 2019 #2 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 } Upvote 0 Downvote
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 }