setting the Waveform color in a MM5 skin?

Get help for different MediaMonkey v5 / v2024 Addons.

Moderators: jiri, drakinite, Addon Administrators

Dr.Sol
Posts: 78
Joined: Thu Mar 20, 2014 2:24 am
Location: Sweden

setting the Waveform color in a MM5 skin?

Post by Dr.Sol »

I'm working with a new version of a mm5-skin, but I'm can't find out how to setting the color of the waveform.

It would have been nice if something like this could work:

.waveform {
background: green;
fill: Yellow;
}

The important issue is how to adress the fill color.
MM-Gold user since 2005
MikeTaku
Posts: 26
Joined: Thu Oct 03, 2024 8:45 am

Re: setting the Waveform color in a MM5 skin?

Post by MikeTaku »

To change the fill color of a waveform in an MM5 skin, target the specific SVG element rendering the waveform. Use CSS to modify the fill property, but make sure to inspect the element structure to find the correct class or tag for adjustments.
MikeTaku
Posts: 26
Joined: Thu Oct 03, 2024 8:45 am

Re: setting the Waveform color in a MM5 skin?

Post by MikeTaku »

Hi, Hope you guys are well, I want to know what steps should I follow to modify the waveform's colour in an MM5 skin using CSS. How can I identify the right SVG element for this change?
Thank You,
Mike Taku.
tbm72
Posts: 413
Joined: Tue Dec 09, 2008 3:04 pm
Location: UK

Re: setting the Waveform color in a MM5 skin?

Post by tbm72 »

Here's what I use (obviously insert your own colour choice):

[data-id='player'] .waveform {color: #218ce3 !important;}
Post Reply