Home General Discussion
Options

How can you hide the filter box on the request offerings on the portal

Mark_GearyMark_Geary Customer IT Monkey ✭
Hi all since we upgraded the portal we have had a filter box start to show on the request offerings page on the portal. This was not there before but i can find any way of hiding it so the end users can see it.  can any one help please as the end users are finding it confusing as they are typing in the box but it dose not do anything. 

Best Answer

  • Options
    Tyson_ArztTyson_Arzt Customer IT Monkey ✭
    Answer ✓
    Mark-

    We use the following in our custom.css to achieve what you are asking:

    .searchGroup[style="width: 300px"] { 
    height: 30px;
    display: none;
    }


Answers

  • Options
    Mark_GearyMark_Geary Customer IT Monkey ✭
  • Options
    Tyson_ArztTyson_Arzt Customer IT Monkey ✭
    Answer ✓
    Mark-

    We use the following in our custom.css to achieve what you are asking:

    .searchGroup[style="width: 300px"] { 
    height: 30px;
    display: none;
    }


  • Options
    Mark_GearyMark_Geary Customer IT Monkey ✭
    Hi Thanks that worked been trying to sort it out for a few days now .
  • Options
    Tyson_ArztTyson_Arzt Customer IT Monkey ✭
    I am sure one of the other, more well versed Monkeys will come along and give you a better way, but that should hold you over for a little while at least =)
Sign In or Register to comment.