sure just on chrome, right click the overlay, inspect element
and get the appropriate css selector
Screenshot 2023-09-05 at 09.39.39.png
the css u used is this:
#lay-overlays #grid.id-37 { background-color: transparent!important; } .lay-overlay > .lay-content { background-color: transparent!important; }however, you need to use #grid.id-18:
#lay-overlays #grid.id-18 { background-color: transparent!important; } .lay-overlay > .lay-content { background-color: transparent!important; }