MyBB Community Forums

Full Version: Request permission to change footer copyright section!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
SpamBoot are searching for "Powered by MYBB" so I only requested to delete that not the link to mybb.com
Yeah, JordanMussi offered one suggestion, make a small image with the Powered by MyBB text on it and use that in place of the actual text, or you could also do:

<a href="http://mybb.com/" class="poweredby"></a>
.poweredby:after {
    content: "Powered by MyBB";
}
Pages: 1 2