Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter esucces

    (@esucces)

    Thanks Juliano, I’ll give it a try 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Suggestion: Transparent background’ is closed to new replies.