Is there possibility to turn off Result Layout as List permenently so the front user does not have the choice between List and Grid. I want them to watch it as grid only.
Hi mdzida
You can try to use this custom css:
.products-toolbar .jamg-layout-chooser span:nth-child(2) { display: none; }