Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #942383

    Hello!

    When I hover color on the social icons is correct for each particular service. But how do I get that color by default — meaning I want the color to show even when not hovering? And how do I set the hover effect on social icons?

    #942425

    Hey JeffBianchi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #942430

    Here it is:

    #942676

    Hi,

    Add this to quick css:

    .social_bookmarks_facebook.av-social-link-facebook.social_icon_1{
    background-color:#37589b!important;
    border-radius:50px!important;
    }
    
    .header_color .social_bookmarks a{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #942700

    Hi Jordan,

    This worked perfectly. Thanks!

    Is there a way for me to alter the icon on mouse hover?

    Jeff

    #942837

    Hi,

    I’m glad that helped. For hover you would want to adjust to add the following as well:

    .social_bookmarks_facebook.av-social-link-facebook.social_icon_1:hover{
    background-color:#37589b!important;
    border-radius:50px!important;
    }
    
    .header_color .social_bookmarks a:hover{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.