Can I color Widgets?

Hi!
Once again I need your help.
Is it possible to change the color of the Widget’s headline?

Thank you!

I added but it did not work :frowning:
What did i do wrong?

Hello Michail,

Thanks for updating the thread.

Please use following CSS code instead to change color:

.x-sidebar .h-widget {
    color: #b91b1b !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you so much!

You support team is awesome!

You’re most welcome, Michail.

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