Changing font in a widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 03:26 AM
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
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 03:26 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 03:31 AM
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.