F fredrikse Active member Sep 23, 2012 #1 Hi, I wonder if it's possible to remove the board name ("XenForo Community") in the picture? I feel it's a bit too redundant when I have the name well displayed in the logo as well.
Hi, I wonder if it's possible to remove the board name ("XenForo Community") in the picture? I feel it's a bit too redundant when I have the name well displayed in the logo as well.
Chris D XenForo developer Staff member Sep 23, 2012 #2 This has been asked a few times before - not sure what's normally recommended, but this should work. Add the following to EXTRA.css: Rich (BB code): .forum_list .titleBar { display: none;} Upvote 0 Downvote
This has been asked a few times before - not sure what's normally recommended, but this should work. Add the following to EXTRA.css: Rich (BB code): .forum_list .titleBar { display: none;}
F fredrikse Active member Sep 23, 2012 #3 I solved it with TMS. But I guess your way might be better. Thanks. Upvote 0 Downvote
Geoffrey Active member Sep 23, 2012 #4 Chris Deeming said: This has been asked a few times before - not sure what's normally recommended, but this should work. Add the following to EXTRA.css: Rich (BB code): .forum_list .titleBar { display: none;} Click to expand... If this is done, will it effect the title being displayed in the tab of the browser or in search engines since it is the title tag of the page? Upvote 0 Downvote
Chris Deeming said: This has been asked a few times before - not sure what's normally recommended, but this should work. Add the following to EXTRA.css: Rich (BB code): .forum_list .titleBar { display: none;} Click to expand... If this is done, will it effect the title being displayed in the tab of the browser or in search engines since it is the title tag of the page?
Chris D XenForo developer Staff member Sep 23, 2012 #5 Nope. The div containing the <h1> tag is hidden, but it doesn't affect the content in <title> tags or anywhere else. In fact, Google will still be able to see the <h1> tag as it indexes hidden content, but it won't be visible to your members. Upvote 0 Downvote
Nope. The div containing the <h1> tag is hidden, but it doesn't affect the content in <title> tags or anywhere else. In fact, Google will still be able to see the <h1> tag as it indexes hidden content, but it won't be visible to your members.