Change color header in sidebar

Hello,

I want the color in the sidebar to be changed to white #000000. How do I do this? It is only about the header in the sidebar. It is now blue. See attachment:

Cheers,
André

Hi There,

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area.

.x-sidebar .h-widget {
    color: #fff;
}

Hope that helps.

Yes. Thanks!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.