Hello, How is it possible to change the Sidebar background color using CSS ? Thank you. :)
Jun 30th 2019 #1 Hello,How is it possible to change the Sidebar background color using CSS ?Thank you.
Jun 30th 2019 #2 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; }
Jun 30th 2019 #3 Quote from Black Rider 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?