XF 1.5 forum name under breadcrumb

jolly

Active member
trying to remember where this option is at, want to remove the redundancy.
have been looking all over the options and styles, i'm apparently blind.
3faf39b41c2847bb846b7578145f44c4.png
 
There isn't an option to remove it in the default style.

Adding this to EXTRA.css will do it:
Code:
.forum_list .titleBar { display: none; }
 
Top Bottom