Can't change the sidebar color
zwoosks opened this issue · comments
zwoosks commented
Hi. I tried to change the sidebar color in the bootstrap.css but I couldn't... what class should I modify to change the color?
David Miller commented
The sidebar uses the bg-light
utility class which is set to !important
. The easiest way to change the background color of the sidebar would be to change that bg-light
class to something else.