Logic Machine Forum
hide grid.png - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: hide grid.png (/showthread.php?tid=5481)



hide grid.png - Simuzer - 23.06.2024

hi all,

i want to hide the background image (scada/resources/images/grid.png) at editting visu.

it's not work that custom css.

Code:
#scada-vis-grid {
  background-image: none !important;
}



RE: hide grid.png - Daniel - 24.06.2024

Try this
Code:
.layer.layer-centered.plan-background {
     background-image: none !important;
}



RE: hide grid.png - Simuzer - 04.07.2024

(24.06.2024, 07:58)Daniel Wrote: Try this
Code:
.layer.layer-centered.plan-background {
     background-image: none !important;
}

Unfortunately its not work.

I solved it temporarily like this.

right click, and line of grid.png to uncheck Smile

   


RE: hide grid.png - Daniel - 04.07.2024

If you meant the grid in the visu editor then it is not possible to hide it via css as they only apply to user visu.