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

    Dear Enfold support,

    “Share this entry” in the bottom of every post and page show the background color only onMouseOver.
    I would like to try to change it and have the colors always visible, I think it will be more immediate and clearly understood.

    How to do it?
    And also is it possible to resize it?

    Thank you
    Mauro

    #957148

    Hey profumopuntoit,

    Please add a link to the site/page in question so we can inspect what you have.

    Best regards,
    Jordan Shannon

    #957172

    Please see for example:

    #957187

    Hi,

    Add this to quick css:

    #top #wrap_all .av-social-link-facebook a{
    color: #fff;
    background-color: #37589b;
    }
    
    #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-tumblr a {
        color: #fff;
        background-color: #345574;
    }
    
    #top #wrap_all .av-social-link-mail a {
        color: #fff;
        background-color: #9fae37;
    }

    Best regards,
    Jordan Shannon

    #957481

    Great thank you. Like this is much more visible

    I added also
    @media only screen and (min-width: 990px) {
    #top .av-share-box ul { width: 53%; }
    }
    to make it not so big in desktop view

    #957607

    Hi,

    Great! I’m glad I was able to help. 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 ‘"Share this entry" colors’ is closed to new replies.