Viewing 14 posts - 1 through 14 (of 14 total)
  • #103588
    pratoo
    Member
    Post count: 19

    Hi there,

    I get a strange color overlay when you hover over the image. Same problem in my blog and when you search. I can’t figur it out how to do it as the demo site.

    My site: http://bagatoo.se/blogg/
    Demo: http://neighborhood.swiftideas.net/blog-standard-with-no-sidebars/blog-masonry-with-right-sidebar/

    My site: http://bagatoo.se/?s=gto
    Demo: http://neighborhood.swiftideas.net/?s=shoe

    Thanx!

    #103740
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Do you have any custom css in your theme?
    Can you also provide us admin credentials? Please use the private reply option.

    -Rui

    #104414
    pratoo
    Member
    Post count: 19
    This reply has been marked as private.
    #104474
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    figure:hover .overlay {box-shadow: none !important;}

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #104640
    pratoo
    Member
    Post count: 19

    Sorry, but it didn’t work ๐Ÿ™

    Any other ideas? ๐Ÿ™‚

    #104847
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code now:-

    figure .overlay {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
       
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #105111
    pratoo
    Member
    Post count: 19

    Sorry ๐Ÿ™‚ But it didn’t work!

    I wonder if I put the images in the right place?

    #105112
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that one code and use this custom css code now:-

    figure:hover .overlay {
        background: none !important;
       
    }
    
    figure .overlay:hover{
        background: none !important;
       
    }
    

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #105114
    pratoo
    Member
    Post count: 19

    Sorry, but it didn’t work ๐Ÿ™‚

    #105116
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check.
    Custom css code used-:

    figure .overlay {background-color: transparent  !important;}
    figure:hover .overlay {box-shadow: inset 0 0 0 0px #e6007e !important;}

    Thanks

    #105117
    pratoo
    Member
    Post count: 19

    Yeah! It work! But it remains a small problem. I get up a symbol on the image when you hover over.

    #105125
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this custom css code also:-
    figure .thumb-info{display:none !important;}
    Thanks

    #105127
    pratoo
    Member
    Post count: 19

    Great! Thank you for a great support!

    #105131
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

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

You must be logged in to reply to this topic.