Viewing 6 replies - 1 through 6 (of 6 total)
  • Suyogya Shukla

    (@themeislesupport)

    Hey there,

    You can achieve what you’re after by adding following custom CSS to the theme using Advanced CSS Editor

    figure.gallery-item{
        box-shadow:none;
    }

    Hope it helps ??

    Thread Starter optiwheels

    (@optiwheels)

    thanks for the quick response, Suyogya!
    I followed your instructions and it provded 50/50 results. It has removed the shadow that surrounded the place holder but however it has not removed the shadow that surrounds the image itself.
    I appreciate the help!

    -Justin

    I don’t see anymore shadows. Maybe my eyes are bad.

    Anyway, you should avoid making changes to the theme’s style.css file. The next time you update the theme, your changes will be lost. And you should update the theme whenever a new version comes out. You never know if you need a particular security patch or bug fix. That’s why @suyogya recommended using a custom CSS plugin.

    Thread Starter optiwheels

    (@optiwheels)

    @crouchingbruin

    Yes, I have installed the Advanced CSS plugin as advised by Suyogya.
    Regarding the shadows, it’s very faint but is more predominant on laptop screens because of the angle of the screen and on mobile devices.

    • This reply was modified 8 years, 1 month ago by optiwheels.

    Try adding this rule as well:

    
    .page-content img,
    .entry-content img,
    .entry-summary img {
        box-shadow: none;
    }
    
    Thread Starter optiwheels

    (@optiwheels)

    @crouchingbruin
    Yes, that completed the results I hoped to achieve!
    Thank you guys so much

    -Justin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove faint shadow/border around gallery images’ is closed to new replies.