How to change hover effect for the Categories widget in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2023 10:34 AM
Looking into on where and how to change the color

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2023 11:23 AM - edited ‎04-12-2023 11:26 AM
Hello @Joshua Comeau
You can open the widget instance from sc_category portal page and "SC Categories" widget. Then update CSS for as below to modify hover (Mouse hover) and focus (Selected) components.
.category-widget .category-list .group-item-primary:hover, .category-widget .category-list .group-item-primary:focus{
border-left: 0.3rem solid red !important;
background-color: green;
}
I just tried modifying color. you can add CSS as per your requirement.
Thanks,
Ali
Thank you,
Ali