MyBB Community Forums

Full Version: CSS editing assistance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello and thanks for taking the time to read (and hopefully assist) with my question.

I have just created a forum, I am really liking the software and am having fun getting everything set up.  I am trying to change the appearance of the board.

I have had luck with just about everything in the CSS, except the category background color.  What is that labeled as?  In the attached image, it's the only blue part...
.thead (in general a background image is used)
see also replies here
Thanks for the quick reply. How would I go about changing the image then? I am looking, but I am not seeing an image I could change.

Thanks for dealing with my ignorance here.

Quote:.thread_legend,
.thread_legend dd {
margin: 0;
padding: 0;
}

.thread_legend dd {
padding-bottom: 4px;
margin-right: 15px;
}

.thread_legend img {
margin-right: 4px;
vertical-align: bottom;
}

Here is a copy and paste of the code I am seeing.
^ please see above reply once again. also have a look at the referred thread ..
Sorry, I didn't realize that was a link to a related thread. I will start reading.