Fun with 82 - Low impact CSS WebDrawer customisation

Custom_Head

In HPRM 82 we introduce a simple new feature to allow you to inject your own code into the head portion of every WebDrawer page without changing any of the core templates.  This is done simply by adding the file custom_head.cshtml anywhere below your Views folder.

Watch it happen

The Code

This is the CSS I use to hide the Location quick search.

#quick-search-forms > form:first-child +  hr,
#quick-search-forms > form:first-child +  hr + form {
    display:none;
}
Written on July 29, 2015