Home Analyst Portal
Options

Hide Browse By Category

Andrew_ReiterAndrew_Reiter Customer IT Monkey ✭
Is it possible to hide the "Browse By Category" sidebar? I've seen a thread about hiding the filter box, but would like to hide the entire side panel, at least on the service offering pages.

Portal Version: 8.0.2016.7

Best Answer

Answers

  • Options
    Geoff_RossGeoff_Ross Cireson Consultant O.G.
    edited October 2017
    Hi @Andrew_Reiter

    If you mean what i think you mean then this should do it. Pop it in custom.css

    #main_wrapper > div > div > div > div.col-sm-3.sidebar-right.pad-top-1-5.hidden-xs {
         display: none;
     }

    If not, please explain, maybe with a screenshot what you did mean.

    Geoff
  • Options
    Andrew_ReiterAndrew_Reiter Customer IT Monkey ✭
    Answer ✓
    Geoff,

    We wanted to remove it only from the service offering page and not when viewing the entire service catalog listing.  A colleague ended up resolving this by utilizing JS from this post: https://community.cireson.com/discussion/3022/hide-filter-services.  He also added in a slight delay in processing the JS to prevent custom CSS from overwriting the JS.
Sign In or Register to comment.