Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #912475

    Is there a way to make the social icons have a custom background image on hover instead of color? Been searching the forums but have found nothing.

    #912494

    Hey jleclair87,

    It is possible, but will take quite a bit of css know-how to do so. If you add the image you want have in the background to the library you can then link to that on hover instead of the color, although it may require further adjustments such as size, etc.

    Best regards,
    Jordan Shannon

    #913035

    @jleclair87 I would just need the image on hover background changed. I’m not too familiar with CSS. Is there direction you can point me in where i can get help on this (programmer/thread) .

    #913060

    Hi,
    Please include the url to the page in question and a link to the image to be used as the background.

    Best regards,
    Mike

    #913403

    oh Hi @mike, Here you go.

    #913415

    Hi,

    Thanks for providing this info. Please try adding the following to quick css:

    #top #wrap_all .av-social-link-twitter:hover a{
    background:none!important;
    background-image:url('https://77.104.145.231/~atouch87/wp-content/uploads/2018/02/socialicon.jpg')!important;
    }
    
    #top #wrap_all .av-social-link-dribbble:hover a{
    background:none!important;
    background-image:url('https://77.104.145.231/~atouch87/wp-content/uploads/2018/02/socialicon.jpg')!important;
    }

    Best regards,
    Jordan Shannon

    #914546

    wow, that works great! thanks so much @shannon

    #914565

    Hi,

    No problem at all, I’m glad I could help. Did you need further help on this topic or should I close it?

    Best regards,
    Jordan Shannon

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