How to hide layer theme picker in HTML5 2.7.2?
I know that I can hide layer theme picker in Silverlight by modifying the Viewer.xml file. Thanks.
0
-
Here's a quote of the answer I got from AAM support:
It's able to hide by adding the below css style in desktop.css at the below directory path, please modify the path according to your own.
.layer-theme-switcher {
display:none !important ;
}
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\ yourgeocortexinstance \REST Elements\Sites\ yoursitename \Viewers\gvh\VirtualDirectory\Resources\Styles\Custom0
Please sign in to leave a comment.
Comments
1 comment