Hello,
I would like to change the color of backgroud Left Sidebar (see photo).
Can you help me ?
Hello,
You will need to add your custom CSS to customize these, to guide you, here is the CSS you can add in customizer custom css box for making changes you have mentioned.
.sidebar .panel-heading a {
background: #c02127;
color: #ffffff;
}
.sidebar .panel-body {
background: #c02127;
}
Thank you
Thank you, this solution works very well !