Hide Layer List Filter input field?
Is there a way to hide the Layer List Filter input field? I just updated to GE 4.7.1 and HTML5 Viewer 2,8,2. For some of my viewers it will have no purpose and will just confuse my users.
0
-
Hi Brian
Try adding something like this into the custom desktop.css file. This should hide the Filter widget from being displayed and move the layer list up to the top of the panel
/*Hides the Filer Widget*/
.panel-filter-widget {
display: none;
}
/*moves the layer list up to top of panel*/
.layer-list {
top: 1.5em; (you may have to adjust this setting accordingly to suit your site)
}
Cheers
Chris0 -
Thanks, Chris. That did the trick. I modified the common.css file rather than add these to desktop.css. Seems that will take care of it across all formfactors. 0
Please sign in to leave a comment.
Comments
2 comments