BubbaUsesForums

Well-Known Member
Does anyone know where I can find, adjust, and/or remove, these settings?

I would like to see what a clear background would look like on my forum.

CSS:
body[data-template="forum_list"] .p-body-pageContent {
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-top-color: #d8d7d7;
    border-right-color: #c9c8c8;
    border-bottom-color: #bcbbbb;
    border-left-color: #c9c8c8;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 4%);
}

Thank you!
 
Those are specific to your style, I believe. Try looking inside xb_custom_style.less which is where your custom CSS is probably located.
 
Hmm. I couldn't find anything that looked like that in the templates. So I just added this to extra.less

CSS:
body[data-template="forum_list"] .p-body-pageContent {
    background: transparent;
    border-style: none;
    box-shadow: none;
}

And it seemed to work. Thanks.
 

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