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.
Thank you!
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!