AzuraCast / AzuraCast

A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
https://www.azuracast.com/
GNU Affero General Public License v3.0
3.08k stars 569 forks source link

Use a custom css code #1228

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

Despite my various researches, I can't get my way. I would like to use custom css code, (from the custom branding page), to change the color of the player text and the volume bar. I know you need the "class" of the html page of the player, but despite my search in the github I can't find it. Can you tell me where the player's web file is, or if you're very nice, tell me what are the " class " to modify to achieve my goals

Thank you in advance to you Sincerely

Vaalyn commented 5 years ago

Here is the template for the player component on the public page and here is the template for the public page itself. The classes for the player text should be .nowplaying-title and .nowplaying-artist. For the volume bar the class should be .jp-volume-range

ghost commented 5 years ago

Thank you very much, this is exactly what I was looking for.

Good continuation to you!