• Resolved nutritioncorpmike

    (@nutritioncorpmike)


    Is the custom icons setting supposed to provide custom icons when using he mini menu? I have checked the custom option and added the url path, but the widget is still using the default icon

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    It does not, partly because custom icon packages do not provide all the icons that AddToAny supports. You can use Additional CSS code to override the icons in the mini menu, for example:

    .a2a_mini .a2a_s_facebook {
      background-image: url('https://example.com/images/facebook.png');
    }
    
    .a2a_mini .a2a_s_facebook svg {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Icons For Mini Menu’ is closed to new replies.