• Resolved ynonprofit

    (@ynonprofit)


    As my theme background is black, the store and download icons are not visible also the white color appearing while hovering over the Track store is not helping me.

    Anyway to chnage the color of the icons?

    You said you will be updating that in your next update.

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

    (@sonaar)

    Hi,

    Your theme is overriding all the button background color.
    To set your own color on the album store buttons, you can add this to your custom CSS:

    .buttons-block .store-list li .button {
        background-color: #ffbd33;
        color: #000;
    }

    You can remove the background of the track store icon by adding this:

    .iron-audioplayer .playlist .store-list .song-store-list-menu .song-store-list-container {
        background: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Store Icons not visible due to color settings’ is closed to new replies.