Home Analyst Portal

Has anyone tried changing the format of the Cireson Console.

Lou_GuardiaLou_Guardia Customer IT Monkey ✭

Hi,

We would like to remove the Category Filter Box below from the portal home page or at least change the text inside the filter box. The is probably a customized change, javascript or stylesheet. Would like to know where I can make this change. I realize if we upgrade we would loose this and would have to make the change again?

Thanks

Best Answers

  • Billy_WilsonBilly_Wilson Member Ninja IT Monkey ✭✭✭✭
    Answer ✓
    Hi Lou,


    You can go to the Settings Menu - Localizations page. Check the box for "Show Already Translated". Scroll down to Filter Services row. There is a column named "override" (fourth column from left) that you can override that label. Click Save at the bottom and there you go. FYI - It will change that label everywhere it is used.





    Hope this helps.
  • Jonathan_BolesJonathan_Boles Customer Ninja IT Monkey ✭✭✭✭
    Answer ✓

    /*Hide Filter Services Text Box Above Category Listing*/<br>input.form-control.sc-text-search.ng-pristine.ng-untouched.ng-valid {<br>&nbsp;display: none<br>}
    Hi @Lou_Guardia, try using the code above in your custom.css file to hide the filter services box:
  • Lou_GuardiaLou_Guardia Customer IT Monkey ✭
    Answer ✓
    Jonathan worked like a charm! Thanks

Answers

  • Billy_WilsonBilly_Wilson Member Ninja IT Monkey ✭✭✭✭
    Answer ✓
    Hi Lou,


    You can go to the Settings Menu - Localizations page. Check the box for "Show Already Translated". Scroll down to Filter Services row. There is a column named "override" (fourth column from left) that you can override that label. Click Save at the bottom and there you go. FYI - It will change that label everywhere it is used.





    Hope this helps.
  • Lou_GuardiaLou_Guardia Customer IT Monkey ✭
    Hi Thanks for this info. How about if I want to remove the text search box altogether?
  • Jonathan_BolesJonathan_Boles Customer Ninja IT Monkey ✭✭✭✭
    Answer ✓

    /*Hide Filter Services Text Box Above Category Listing*/<br>input.form-control.sc-text-search.ng-pristine.ng-untouched.ng-valid {<br>&nbsp;display: none<br>}
    Hi @Lou_Guardia, try using the code above in your custom.css file to hide the filter services box:
  • Lou_GuardiaLou_Guardia Customer IT Monkey ✭
    Answer ✓
    Jonathan worked like a charm! Thanks
Sign In or Register to comment.