MyBB Community Forums

Full Version: MyTabs background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the MyTabs plugin (https://community.mybb.com/mods.php?action=view&pid=456)

I want to change the background but it is trow2 and if I change the background for that it changes the color for other parts of the forum, how do I change just the background for the tabs area?


[Image: 76VYENE.png]
I think the easiest way would be to name in the Template to something like 'trow2_tabs' and copy the CSS of 'trow2' and name the duplicated to be 'trow2_tabs' and then change the settings of it there to how you want it to be displayed?

Hope that makes sense XD
(2022-03-11, 07:56 AM)ThistleProse Wrote: [ -> ]I think the easiest way would be to name in the Template to something like 'trow2_tabs' and copy the CSS of 'trow2' and name the duplicated to be 'trow2_tabs' and then change the settings of it there to how you want it to be displayed?

Hope that makes sense XD

I got it. your idea kind of helped. Thanks! I added 
#tab_nav_1, div.trow2 {
    background: #333 !important;
}
 and it worked!