Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111956
    Lou
    Participant

    Hello,

    I just purchased one of your themes and am trying to get a custom social icon to work properly.
    I uploaded both a default and hover image in Custom Social Links.
    However, the images appear side-by-side in the footer (see http://endofnevermusic.com/)

    On another note: as this is a theme built for musicians/bands can you add Soundcloud, Bandcamp, ReverbNation, and other music oriented social sites to the social icon library?

    #111989
    Mahesh
    Keymaster

    @shyfrog: There has been a small bug on the theme, and will be fixed on the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .custom-icon.has-hover .icon-hover {
        display: none;
    }
    
    .custom-icon.has-hover:hover .icon-hover {
        display: inline ;
    }
    
    .custom-icon.has-hover:hover .icon-static {
        display: none;
    }

    Thank you for the suggestion, we’ll see about that. But theme already does have custom social icons option.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom Social Icon hover’ is closed to new replies.