Okay
  Public Ticket #1746611
Changing the look of the podcast player button
Closed

Comments

  • Daniel started the conversation

    I added s subscribe button to the player. I can't find where to change the color of the link and background.

  •  1,103
    Max replied

    Hi there,


    which subscribe button you are refering to exactly (just to make sure we are talking about the same button here..) could you send me a screenshot?

    Thanks,


    Max from the Sonaar.io Crew

  • Daniel replied

    See attached. I managed to change the background color, don't ask me how. lol

    But, for the life of me, I can't find where to change the text color.

  •  1,103
    Max replied

    Hi,
    The text color is linked to your featured color. So if you go to wp-admin > Sonaar Settings > look and feel > featured color it will change the text color of that button.

    However, if you want to have a different color only for this text button, you can add this custom css code in wp-admin > sonaar settings > custom css:

    .iron_podcast_player .sonaar-category a {
        color: #000;
    }

    replace the #000 by your hex color of your choice.

    Thanks,


    Max from the Sonaar.io Crew