Change the tile size in the portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 04:28 AM
Hi All,
Currently the catalog item tiles are showing like below in service protal.
they should look like below,
Border line needs to be removed. How to achieve this,
Can anyone please guide.
Than you in Advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 01:08 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 02:59 AM
Hi,
Here are the steps to achieve this:
Open the Service Portal theme editor by navigating to Service Portal > Service Portal Configuration > Themes.
Click on the name of the theme that you want to edit.
Click on the "Custom CSS" tab.
Add the following CSS code:
.sp-tile {
border: none;
}
- Save the changes to the theme.
This CSS code will remove the border around all catalog item tiles in the Service Portal.
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar