Tagged: , ,

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

    Hi there. The social buttons at the bottom of my blog posts are all white and very muted. It looks cool and design-y but it’s hard to people to see where they’re supposed to click.

    Is there a way to make the color of each button be visible without hovering?

    Thank you!

    #805377

    Hey camtay,

    Add the following to quick css:

    #top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-pinterest:hover a {
    color: #888;
    background-color: white;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
    }
    
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    
    #top #wrap_all .av-social-link-tumblr a {
    color: #fff;
    background-color: #345574;
    }
    
    #top #wrap_all .av-social-link-reddit a {
    color: #fff;
    background-color: #ff4500;
    }
    
    #top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
    }

    Best regards,
    Jordan Shannon

    #805506

    Hi Jordan,
    Sweet, thank you! That worked.
    Only small detail, the last 4 icons don’t hover to white for some reason…
    Thanks again!
    Camille

    #805611

    Hi,

    Please replace what I originally gave you with this:

    #top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-pinterest:hover a, #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-tumblr:hover a, #top #wrap_all .av-social-link-reddit:hover a, #top #wrap_all .av-social-link-mail:hover a, {
    color: #888;
    background-color: white;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
    }
    
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    
    #top #wrap_all .av-social-link-tumblr a {
    color: #fff;
    background-color: #345574;
    }
    
    #top #wrap_all .av-social-link-reddit a {
    color: #fff;
    background-color: #ff4500;
    }
    
    #top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
    }

    Best regards,
    Jordan Shannon

    #805622

    Great, thanks Jordan!

    #805628

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make social buttons at bottom of post colored in’ is closed to new replies.