MyBB Community Forums

Full Version: My Tab icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How can I add my own icons to MyTabs? What's the code for this?
if you are referring to MyTabs plugin then you can use css background property for the tabs (through tabs configuration)
Can't I add images to them?
^ well, you can add required images through css background property !
Please give me the specific code.
when editing tab, each tab has codes for tab style and selected tab style.
<a href="{$link}" style="margin-right: 6px;"><div style="display: inline-block; padding: 10px; border: 1px solid #858787; color: black; background-color: #BABCBC;">{$name}</div></a>
<a href="{$link}" style="margin-right: 6px;"><div style="display: inline-block; padding: 10px; border: 1px solid #49B0D8; color: black; background-color: #8CDEFF;">{$name}</div></a>

inline style code used for div element can be modified
and required background image can be added [eg. background: url(path/to/image);]
Ok so how to I write the image code fa fa- ???
^ well, you can add the icon code before {$name} !
What exactly do I put there

Bump.