Viewing 2 replies - 1 through 2 (of 2 total)
  • You can try this, if you like;

    Open the plugin file wp-nivo-slider.php. You will find the following on
    Line 60:

    -moz-box-shadow:0 0 10px #333333;

    Comment it out, and see if the shadow is gone from the images in the slider.

    In grid_view.css in this path: /wp-content/plugins/gold_cart_files_plugin/grid_view.css around line 64, you will find a similar entry.

    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);

    Do the same with that. Comment it out and see if it gives the desired result.

    Thread Starter alittlereddress

    (@alittlereddress)

    Hi Clayton,
    Thanks for your suggestions. I did try altering those lines to show no shadow size or colour in the custom.css file originally, but it didn’t work.

    I ended up commenting out the nivo line in the custom-nivo-slider.css file rather than the one you mentioned and it worked like a charm!

    The grid view shadows disappeared also after I commented out both lines, ie.

    -moz-box-shadow:1px 1px 8px rgba(0,0,0,0.3);
    	-webkit-box-shadow:1px 1px 8px rgba(0,0,0,0.3);


    Cheers,
    Kylie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing shadow effect from images in Mystique theme’ is closed to new replies.