• Resolved Daveyap

    (@daveyap)


    I like your Audio Story Images new plugin very much. Unfortunately, I cannot use it on images with white background as the default audio icon is white in color. Is there anyway to change the audio icon to a darker color as it is virtually invisible against a white or soft color background?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    The plugin hasn’t been updated for a while, because of the lack of users and interest, so please, let us a nice review, that will help the plugin to get back on track. We would actually love to work on it but it has currently no visibility.

    For changing the color, did you try adding some CSS? You can do it through the Customizer of your theme. Try this:

    .asi-player-icon {
        text-shadow: 1px 1px 1px black;
    }

    or this:

    .asi-player-icon {
        color: black !important;
    }

    Love the plugin. Works great. Thanks for the code snippets, that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can change the audio icon to a darker colour?’ is closed to new replies.