MyBB Community Forums

Full Version: How can i change these?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i change these buttons? can i add pictures instead of the logos inside the buttons?
You can replace <i class="fa fa-xxxx"></i> with <img src="/images/xxx.png"/>
(2015-11-21, 03:33 PM)Ashley1 Wrote: [ -> ]You can replace <i class="fa fa-xxxx"></i> with <img src="/images/xxx.png"/>

Thanks alot! where can i find this piece of code tho?
in your header template in ACP>Templates & styles>Templates>Square templates>header>header
It should be in theme template header_welcomeblock_guest
(2015-11-21, 05:18 PM)SvePu Wrote: [ -> ]It should be in theme template header_welcomeblock_guest

Thank you!