Change font color widget

Hy, how can i change the font color of my widgets at the bottom to white?

Hello @dani_blues,

Thanks for writing in! I can see that you are using the Ethos stack. This stack has a built in styling that displays the widget text colors to semi transparent white color.

To make the widget texts in full white colors, copy the CSS code in the screenshot above, modify the color to white and add it in Cornerstone > Theme Options > CSS:

.widget {
    color: white;
}

The code above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.

Kindly let us know how it goes.

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