Hiding 'company affiliation' in nationwide search?

Options
Hi All,


We've got a number of events where the company affiliation field on the default participant search page is not relevant, but, this is set to display by default (as below).


Is anyone familiar with a way / a code to supress this?

a9846e4e316285cbc019d25e2d195510-huge-ca

 
Tagged:

Comments

  • Hi Jon,


    One way, you can use CSS to supress that. Paste the following CSS within your existing CSS file, or you can put it on the pagewrapper that is associated with that teamraiser instance:

    div.list-component-cell-column-company-name{
    display:none !important;

    }


    Hope it helps


    regards,

    Daniel

Categories