Forums

[resolved] Removing shadow effect from images in Mystique theme (3 posts)

  1. alittlereddress
    Member
    Posted 1 year ago #

    Hi all,
    Wondered if anyone has been successful at removing the shadowed effect from the images in the Mystique theme. They seem to appear on my wpEcommerce images and on my Nivo slider in Firefox. Not on post images...
    See here: http://www.aerotech-gse.com.au/aero/

  2. ClaytonJames
    Member
    Posted 1 year ago #

    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.

  3. alittlereddress
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic