MyBB Community Forums

Full Version: Modify Footer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2019-01-14, 02:52 PM)Diamante Wrote: [ -> ]
(2018-08-24, 08:07 PM)vintagedaddyo Wrote: [ -> ]Works fine with the theme you are using with a few changes like for example:

[Image: 2qlvdk7.png]

Hi.

Please. I have two questions.

How do I change the text color in About?

How do I change Mybb for another image?

change MyBB in footer:

In footer template find:

       <div id="foot-logo-text"> <a href="{$mybb->settings['bburl']}/index.php"><i class="i-foot-comments" aria-hidden="true"></i>MyBB</a> </div>

Change "MyBB" if the text is what you wanted changed.

Or if it is the fa logo next to the mybb text then you can change that via css for example:


.i-foot-comments:before { 
content: "\f086";
} 


As for the about us text color that can be defined by css and then defined in footer here:


 <div class="col">
   <h3>About us</h3> 
Thanks, vintagedaddyo.

Like.
(2019-01-14, 10:11 PM)Diamante Wrote: [ -> ]Thanks, vintagedaddyo.

Like.

No worries, glad to help. Smile
Pages: 1 2 3