Change the tile size in the portal

Nagashree5
Tera Contributor

Hi All,

 

Currently the catalog item tiles are showing like below in service protal.

Nagashree5_0-1681385188136.png

they should look like below,

Nagashree5_1-1681385254478.png

Border line needs to be removed. How to achieve this,

Can anyone please guide.

Than you in Advance.

2 REPLIES 2

Community Alums
Not applicable

Hello @Nagashree5 ,

 

Pls apply CSS to that html code of the widget as  "border-radius: 18px".

 

Thanks.

Rahul Kumar17
Tera Guru

Hi,

 

Here are the steps to achieve this:

  1. Open the Service Portal theme editor by navigating to Service Portal > Service Portal Configuration > Themes.

  2. Click on the name of the theme that you want to edit.

  3. Click on the "Custom CSS" tab.

  4. Add the following CSS code:

.sp-tile {
border: none;
}

  1. 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

 

If my response helped please mark it correct and close the thread.

Thanks,
Rahul Kumar