Title: Fix for CSS Error
Last modified: November 11, 2023

---

# Fix for CSS Error

 *  Resolved [cooltronic](https://wordpress.org/support/users/cooltronic/)
 * (@cooltronic)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/fix-for-css-error/)
 * The code you provided is a CSS property that applies a drop shadow effect to 
   an element. However, it has a syntax error that prevents it from working properly.
   The correct syntax is:
 *     ```wp-block-code
       filter: drop-shadow(2px 2px 1px rgba(0,0,0,.0980392));
       ```
   
 * Notice that the color value should be the last argument inside the parentheses,
   and there should be a space after the colon and the comma. You can learn more
   about the filter property and its values [here].
 * Error is in file /wp-google-places-review-slider/public/css/wprev-public_combine.
   css
   To pass JIGSAW it only needs to change this problematic code:
 * > filter:drop-shadow(rgba(0,0,0,.0980392) 2px 2px 1px)
    -  This topic was modified 2 years, 7 months ago by [cooltronic](https://wordpress.org/support/users/cooltronic/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [jgwhite33](https://wordpress.org/support/users/jgwhite33/)
 * (@jgwhite33)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/fix-for-css-error/#post-17195417)
 * Thanks for the heads up. This is fixed in 13.1.

Viewing 1 replies (of 1 total)

The topic ‘Fix for CSS Error’ is closed to new replies.

 * ![](https://ps.w.org/wp-google-places-review-slider/assets/icon-128x128.gif?rev
   =3174489)
 * [WP Google Review Slider](https://wordpress.org/plugins/wp-google-places-review-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-google-places-review-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-places-review-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-places-review-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-places-review-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-places-review-slider/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [errors](https://wordpress.org/support/topic-tag/errors/)

 * 1 reply
 * 2 participants
 * Last reply from: [jgwhite33](https://wordpress.org/support/users/jgwhite33/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/fix-for-css-error/#post-17195417)
 * Status: resolved