MyBB Community Forums

Full Version: Please if someone can help with this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Wink hey guys I need help on this you notice the default colour is sorta grey sorta light blue ..


[attachment=14402]

what would I need to do to change it to white inside the squares ?
This template is deafault mybb .......
The 2 rows you pointed to are the .trow1 and .trow2 class in global.css
thanks MattRogowski

now where do i go to change them to white the colour white
Admin/themems-templates .... ?
Acp-Templates & Style-Themes-(your theme)-Stylesheets-global.css. And choose in which mode you want to edit it.
.trow1 { background: #f5f5f5;
}
.trow2 { background: #EFEFEF;

White #FFFFFF
got it, thanks !
Technoman, just a quick note about working with CSS. If you use FireFox, there is an extension you can get called Web Developer. If you enable View Style Information in that tool, you can click on an area of the page and the appropriate CSS info will appear in a panel. You can then use this data to know exactly what section of the style sheet to change. It's an invaluable tool when working with style sheets to change the look and feel of your site and really helps to speed development.
so I have firefox, what is the firefox extension I have to install so that your solution works beter for me

thanks!
I bolded it in my post for easy identification.