How can i edit the service portal page (sp) model
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 03:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2017 04:20 PM
if you want to get rid of the message "How Can We help" you need to comment out line 3 also:
<div id="homepage-search" class="hidden-xs wrapper-xl">
<div class="wrapper-xl">
<!-- <h1 class="text-center text-4x m-b-lg sp-tagline-color" ng-bind="options.title"></h1> -->
<h4 ng-if="options.short_description" class="text-center m-b-lg sp-tagline-color" ng-bind="options.short_description"></h4>
<!-- <sp-widget widget="data.typeAheadSearch" /> -->
</div>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2017 06:48 AM
Hi Vamsi, did my solution helped you on your question? If so, please mark my answer as correct. Thanks