Title: Card effect (shadow)
Last modified: September 14, 2021

---

# Card effect (shadow)

 *  Resolved [ramonalebron](https://wordpress.org/support/users/ramonalebron/)
 * (@ramonalebron)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/card-effect-shadow/)
 * Can not figure out how to add a shadow around the elements. Seems no option for
   this, so hope there should be any workaround or trick.

Viewing 1 replies (of 1 total)

 *  Plugin Author [PORTFOLIO GALLERY TEAM](https://wordpress.org/support/users/wpsofts/)
 * (@wpsofts)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/card-effect-shadow/#post-14871251)
 * We do not have an option in the settings section for shadow effect at this moment.
   But you can use this simple workaround to set shadows effect around the tiles:
 *     ```
       #crp-content-SHORTCODEID .crp-tile-inner {
           transform: scale(0.92);
           box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
       }
       ```
   
 * NOTE: Please replace SHORTCODEID with the slider’s identifier. You can find the
   id in the short-code, e.g. [gkit id=123], then the css selector should look like
   this: #crp-content-123 in the above mentioned css styles.

Viewing 1 replies (of 1 total)

The topic ‘Card effect (shadow)’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-wp/assets/icon-256x256.png?rev=2593673)
 * [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio](https://wordpress.org/plugins/portfolio-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-wp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [PORTFOLIO GALLERY TEAM](https://wordpress.org/support/users/wpsofts/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/card-effect-shadow/#post-14871251)
 * Status: resolved