
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 02:17 PM
Hello,
I am creating a modified version of the Popular Questions widget on the Service Portal login page (id = landing).
I have cloned the widget and will be making some modifications to the code.
However, after cloning the widget, I noticed that it did not carry over all of the CSS Styles.
The background is not transparent, as it is in the original version.
Where can I set this to match the original widget style?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 02:32 PM
I answered my own question. There is another CSS file in Service Portal > Widget Instances.
I am guessing that CSS is specific to the particular widget instance rather than the widget itself. I copied the CSS from the original widget instance and it worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 02:32 PM
I answered my own question. There is another CSS file in Service Portal > Widget Instances.
I am guessing that CSS is specific to the particular widget instance rather than the widget itself. I copied the CSS from the original widget instance and it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 06:59 PM
Hi Katie,
Can u tell what code you have implemented to make the widget background has transparent.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2019 12:41 PM
Sure you can apply the background-color:transparent CSS style to the class.
.panel-default {
background-color: transparent;
}