Hi there,
I’ve kind of answered your question on this thread .. i hope it helps 😉
https://wordpress.org/support/topic/suggestion-transparent-background
JX
Indeed an awesome plugin and I found this suggestion when I was looking for some snippet to achieve the required transparent background.
So, in the meantime, we can get this working with a few changes:
– remove default white background
plugins\scroll-triggered-boxes\includes\class-public.php
line: 171 -> remove the color ‘white’ to ”
– remove shadows
.stb {box-shadow: none !important;}
– move close button (x) to another area (in my case inside the box)
.stb-close {right: 40px !important; top: 47px !important;}
I hope this can be of some use 😉
Juliano