How/Where to edit this style containers color?

Wing

Well-known member
Hello all,

Hopefully someone can help with this simple color issue...

help.webp

So as shown with the arrows... Firstly where would you go to edit that background black behind all of the blocks/categories on the board?

Secondly, where would I go to change the footer background from white to black?

Thankyou much!
 
For the footer text goto Appearance >> Style Properties >> Footer >> link

For the background colour change go to Appearance >> Style Properties >>General >> Content and change the background-colour
 
Could you have something in EXTRA.CSS that is over-riding the changes or conflicting? It worked for me when i made the adjustment in Style properties.
 
Thanks, as far as the footer goes. But for the General Content... I have already done so, and nothing is changing :/

I found out the issue.

go into your EXTRA.css template and search for the following and change the background-colour hex value to what you want.
Code:
#content .pageContent {
    background-color: #000000 !important; }
 
Awesome, you are correct. I was able to fix it via extra.css file.
One last dumb question, if you dont mind answering... Where would I go to edit the overall width of the board?
 
Top Bottom