Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Sitebar background
Morpheus-2014
April 2020
in
Theme support
Hi,
I would like to visit
https://www.schwepper.com/store/
change the background color of the sitebar, where can I find the position in the
BeThemes option under colors.
Thanks a lot
Comments
Pablo
April 2020
Hello,
You have to use the CSS code to change the subheader background color.
Please paste that code into the Theme Options > Custom CSS & JS > CSS
.sidebar{
background:gold !important;
}
Thanks
Morpheus-2014
April 2020
Can the color white also be used here?
It doesn't work for me if I enter the following:
.sidebar {
background: #ffffff! important;
}
Thanks
Pablo
April 2020
Which color do you have in mind?
Can you show me it on the screenshot?
Thanks
Morpheus-2014
April 2020
Hi,
as already written, I would like to have #ffffff,
so the color white.
https://pasteboard.co/J5K9YUa.jpg
Thanks
Pablo
April 2020
Okay, I do understand now.
Please use this CSS instead:
.mcb-sidebar::before{
background:#ffffff !important;
}
Thanks
Sign In
or
Register
to comment.
Comments