Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    As of right now you’ll need to use CSS. Shadow effects will be a feature in our pro version.

    To use CSS, you can:

    1. Add a custom class to your Container: shadow-container
    2. Add CSS:

    .shadow-container {
        box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    }

    Hope this helps!

    Thread Starter hack18

    (@hack18)

    thank you!

    • This reply was modified 5 years, 6 months ago by hack18.
    Plugin Author Tom

    (@edge22)

    No problem! 🙂

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

The topic ‘shadow’ is closed to new replies.