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.
setting the Waveform color in a MM5 skin?
Moderators: jiri, drakinite, Addon Administrators
setting the Waveform color in a MM5 skin?
MM-Gold user since 2005
Re: setting the Waveform color in a MM5 skin?
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.
Re: setting the Waveform color in a MM5 skin?
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.
Thank You,
Mike Taku.
Re: setting the Waveform color in a MM5 skin?
Here's what I use (obviously insert your own colour choice):
[data-id='player'] .waveform {color: #218ce3 !important;}
[data-id='player'] .waveform {color: #218ce3 !important;}