setting the Waveform color in a MM5 skin?

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: setting the Waveform color in a MM5 skin?

Re: setting the Waveform color in a MM5 skin?

by tbm72 » Wed Oct 30, 2024 6:51 pm

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

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

Re: setting the Waveform color in a MM5 skin?

by MikeTaku » Mon Oct 21, 2024 7:14 am

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.

Re: setting the Waveform color in a MM5 skin?

by MikeTaku » Thu Oct 10, 2024 8:48 am

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.

setting the Waveform color in a MM5 skin?

by Dr.Sol » Thu Sep 12, 2024 1:33 pm

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.

Top