- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 04:14 AM
Hi All,
Requirement: View details should be hidden from the portal.
Can anyone please guide me on this.
Thanks in Advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 07:01 AM
Hello @Nagashree5
Here is how you can remove the View Details text on the portal page.
- Navigate to widget - SC Category Page
- Create a clone of the widget as this is an OOB widget.
- Search for the <div class="panel-footer b"> element from the HTML content.
- Remove ${View Details}
- Now your catalog items will not have the View Details section.
- Here is a screenshot on how it looks. The circled section is OOB widget, and below is the custom widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 06:38 AM
Hi @Nagashree5 ,
Why do you want tgo hide "view Deatils" on the first place? What the business requirement?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 07:01 AM
Hello @Nagashree5
Here is how you can remove the View Details text on the portal page.
- Navigate to widget - SC Category Page
- Create a clone of the widget as this is an OOB widget.
- Search for the <div class="panel-footer b"> element from the HTML content.
- Remove ${View Details}
- Now your catalog items will not have the View Details section.
- Here is a screenshot on how it looks. The circled section is OOB widget, and below is the custom widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 07:04 AM
If you further wish to remove the price, then you can remove this line as well:
<span ng-if="data.showPrices && item.hasPrice" class="pull-right item-price font-bold">{{::item.price}}</span>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 12:37 AM
Hi @SatyakiBose ,
Thanks for the response, it worked but there is a thin line coming below the form tiles like below.
There is gap coming below the tile. Could you please guide me how I can fix this.
Thank you in Advance