Okiewan

Customer
Sorry for not having my naming conventions now, just converted from 15 years of vB...
So on the main forum display / forum home, where the subforums are listed (I don't use the pop-up):
need to find the spot to change the background color. I've been over and over it, can't locate it. It may be that the area is transparent, but can't find the controlling background below it either.

Thanks in advance.... love this clean, well made style, a great starting point for my forum.

Attached is a screenie for reference.
 

Attachments

  • sub_bg_grey.png
    sub_bg_grey.png
    12.6 KB · Views: 21
Hi, thanks for the kind words!

The CSS for that is in the xb_style.css template which we don't suggest editing directly. You can use this to add to the EXTRA.css template and overwrite it.

Code:
html .node .subForumList
{
    background: #E9E9E9;
    padding: 5px 0px;
    margin: 10px;
    border: 1px solid #D5D5D5;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back