Hello There,
Thank you for the clarifications!
To remove just the popup icon, please use this code:
.pracia .tg-media-button .tg-icon-add {
display: none;
}
And if you want to remove the overlay, please use this code:
.tg-item .tg-center-inner {
display: none;
}
Because the grid is utilizing the skin, these code may not work is some other grids. The code will only apply to the grid using the skin that use the classes in the code given. This is also why the other previous codes work in some grid and does not affect other grid.
Hope this helps.