Changing font in a widget

Sharon Cain
Kilo Contributor

Hi

Is it possible to change the font of a widget and the colours within the widget?

Ive changed the background colour of my page, and the widgets are sticking out like a sore thumb

 

Thanks

Sharon

6 REPLIES 6

Sure, it will never work because you have to find the proper CSS class to be called in your CSS code.

You can find this information in the HTML template of your Widget (see the example below).

Please ensure to call the CSS class with the exact name of the class defined in the HTML (adding at the beginning the ".").

Hope this will be useful for you.

If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

Thanks you

Cheers
Alberto

find_real_file.png

Hi,

Open relevant page where you see the content you want to edit.

Ctrl+right and open widget in editor. You will see HTML CODE, Client Script, Server Side Script and CSS.

You need to add your css in css section.