New Landing How can we help? Themeforest Theme Support Joyn Edit Social Icons and Image Hover Icon

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Joyn
  • #147380
    danpal
    Member
    Post count: 32

    Hi,

    1. Is there a way to remove the animated hover effect on the social icons?

    2. How do I remove the “eye” icon when hovering over images?

    Thanks for your help!

    #147444
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Try this:

    ul.social-icons li a:hover i {
      top: 0;
    }
    ul.social-icons li a:hover {
      background-color: transparent!important;
    }

    2)

    figure.animated-overlay figcaption i {
      display:none;
    }

    – Kyle

    #147738
    danpal
    Member
    Post count: 32

    Thank you Kyle! That worked.

    #147966
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Kyle
    -Rui

    #148015
    danpal
    Member
    Post count: 32

    One more question: How do I change the opacity on the overlay? Is there a way so that it doesn’t affect the portfolio thumbnails?

    Thanks!

    #148099
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Which element’s opacity do you want to change?
    Thanks
    Mohammad

    #148139
    danpal
    Member
    Post count: 32

    The blog post thumbnails and images.

    #148315
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .spb_recent_posts_widget figure:hover .overlay {
      opacity: 1;
    }
    

    If that doesn’t work please provide your link

    – Kyle

    #148525
    danpal
    Member
    Post count: 32
    This reply has been marked as private.
    #148571
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    figure.animated-overlay:hover figcaption {
    	opacity: 0.7;
    	-moz-opacity: 0.7;
    	filter:alpha(opacity=70);
    }

    Thanks
    Mohammad

    #149263
    danpal
    Member
    Post count: 32

    It worked. Thanks!

    #149274
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 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