How can i edit the service portal page (sp) model

namburu
Tera Contributor

I want to remove the banner image and help search.

find_real_file.png

6 REPLIES 6

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>


Hi Vamsi, did my solution helped you on your question? If so, please mark my answer as correct.   Thanks