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.
I added s subscribe button to the player. I can't find where to change the color of the link and background.
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
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.
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