Change Sidebar Color?

  • There is a setting in the color palette for this, it’s called $wcfSidebarBackground.


    So you don‘t even need CSS for this.


    However, if you really want, you can also change it via CSS:

    CSS
    .sidebar {
    	background-color: #c00;
    }
  • There is a setting in the color palette for this, it’s called $wcfSidebarBackground.


    So you don‘t even need CSS for this.


    However, if you really want, you can also change it via CSS:

    CSS
    .sidebar {
    	background-color: #c00;
    }

    Thank you so much!

    I would also like to do the same thing via CSS but with the left sidebar with the User Avatar, rank and posts.

    Is that possible also?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!