Hi,
I am having issues changing the color of the sidebar using the admin panel. For example, even if I change all the colors, the sidebar sticks to a black. How can I change this?
Thanks!
Hi,
I am having issues changing the color of the sidebar using the admin panel. For example, even if I change all the colors, the sidebar sticks to a black. How can I change this?
Thanks!
Hi,
You can do it via css, try this one
.sidebar {
background: #ffffff!important;
}
Regards,
Ismael
You must log in to post.