MyBB Community Forums

Full Version: How do i change the color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: wyw25b.png]

On the footer how do i change the color
Go to ACP->Themes & Styles-> Template Sets -> youtr theme Templates->Footer Templates->footer and look for something like this:

<span class="smalltext"><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | ....

and modify the color by adding HTML codes
example: <span class="smalltext"><font color="#ff4500"><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></font>