• Resolved cooltronic

    (@cooltronic)


    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:

    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 1 year ago by cooltronic.
Viewing 1 replies (of 1 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    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.