MyBB Community Forums

Full Version: Just wondering how to remove this text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Would anyone know were I can remove the text highlighted on the attachment?

Thanks Blush
Open your theme's global.css and paste:

.navigation {
        display: none !important;
}
Thank you worked perfectly
Thats your navigation why would you want to remove it?
Probably he wanted to remove it from the index because it was redundant.

To do that, I'd add a class or id to the body on the index's template, and on my css I'd set the display: none for the navigation on the index.
As combus said it was redundant - the domain and slogan are include on the logo just slightly above the navigation bar so I removed it =)
You can edit it in the navigation template so that it will only show up when you are in a forum or you can edit the websites name "Site" by editing the navigation template.