Adding a Shadow to the Widget Background
Adding a Shadow to the Widget Background
To add a shadow box, add this CSS code to the page.
.pk_container { box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3.55%); }
You can customize the values and colors as desired! Learn more
Updated on: 02/07/2022
Thank you!