ArtG Active member Nov 17, 2022 #1 Hi - How can I remove the forum name from the front page? It seems redundant given the logo is just above it.
Hi - How can I remove the forum name from the front page? It seems redundant given the logo is just above it.
Brogan XenForo moderator Staff member Nov 17, 2022 #2 Less: [data-template = "forum_list"] { .p-title-value { visibility: hidden; } } In case you're wondering why I used visibility: hidden instead of display: none , with the latter it causes the buttons to move to the left where the title was. Upvote 0 Downvote
Less: [data-template = "forum_list"] { .p-title-value { visibility: hidden; } } In case you're wondering why I used visibility: hidden instead of display: none , with the latter it causes the buttons to move to the left where the title was.
ArtG Active member Nov 17, 2022 #4 Sorry, @Brogan It is still showing in my front-page. I have latest posts as the front-page. How do I add it there too? Thank you! Upvote 0 Downvote
Sorry, @Brogan It is still showing in my front-page. I have latest posts as the front-page. How do I add it there too? Thank you!
Brogan XenForo moderator Staff member Nov 17, 2022 #5 Change the [data-template = "forum_list"] to the template name you want to remove it from. It's probably whats_new_posts . Upvote 0 Downvote
Change the [data-template = "forum_list"] to the template name you want to remove it from. It's probably whats_new_posts .