MyBB Community Forums

Full Version: CSS for mytabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I might be asking a lot, but can someone help me out with the css for thisĀ https://i.imgur.com/7PZvAgX.png

For mytabs
If you can share the website URL, I can share the code based on the classes on MyTabs.
Anyways learning is the best way for improving forum administration and hence I can explain how you can do this if you want to do it manually -
1. All tabs have padding in content and tab, so try padding of 5px.
2. Background of the tab seems similar color except for the active tab, hence :active would have a different background color.
3. Border of all tabs seem like 1px and solid style darker shade
4. Icons for each tab can be added using font awesome icons. You can add the icons in the plugin config or you can use pseudo elements.

Hope I explained how you can do this.