Xarcell Well-known member Licensed customer Apr 25, 2012 #1 Is there a setting to turn off the forum name on the homepage? Although, it looked there was an option for it written in the code. I can't seem to find it via admin panel...
Is there a setting to turn off the forum name on the homepage? Although, it looked there was an option for it written in the code. I can't seem to find it via admin panel...
P Paul B XenForo moderator Staff member Licensed customer Apr 25, 2012 #2 Add this to EXTRA.css: Code: .forum_list .titleBar { display: none; } Upvote 0 Downvote
Xarcell Well-known member Licensed customer Apr 25, 2012 #3 Thanks that did the trick... Upvote 0 Downvote