MyBB Community Forums

Full Version: add background to category
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guyz, first im sorry about my english Toungue
I want to add a backround image to category - background where the name of the category.

So, i need to know what to write in .thead

Thanks
replace thead.png with your background image name .
(2015-09-15, 11:51 AM)iturdu Wrote: [ -> ]replace thead.png with your background image name .

I got this code:
.thead {
background: #xxx
color: #fafafa
height: 30px;
line-height: 29px;
}

so what i need to change here ?
which theme you are used ?
(2015-09-15, 12:06 PM)iturdu Wrote: [ -> ]which theme you are used ?

square
try to replace with this :
.thead {
background-image: url(images/Your-Image.png) 
color: #fafafa
height: 30px;
line-height: 29px; }