New Landing How can we help? Themeforest Theme Support Neighborhood Cant remove shadow from new post thumbs

Viewing 4 posts - 1 through 4 (of 4 total)
  • #196800
    MarieWorks
    Member
    Post count: 225

    Hi,

    For some reason we cant get the blog post thumbnail shadows to disappear – even when using the code below from this thread -http://www.swiftideas.com/forums/topic/removing-shadow-from-blog-postproducts-thumbnails/

    /*remove shadow from recent posts*/
    .recent-post figure {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    Not sure what Im doing wrong?

    Thanks

    Chris

    #196907
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to use it with the !important tag.

    /*remove shadow from recent posts*/
    .recent-post figure {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    }

    -Rui

    #196978
    MarieWorks
    Member
    Post count: 225

    Hi Rui,

    tried the important tag and the shadow is still hanging around – what else can we try ?

    thanks

    chris

    #196986
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In what page is that? Can you provide a screenshot. In the blog page can’t see any shadows.
    Also try to clear the browser cache.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register