• Resolved noxrules

    (@noxrules)


    Hi! I am LOVING this plugin! I am having an issue with how the audio player shows up in night mode. Ideally I think I would like the audio players to not be affected by Night Mode but I am having difficulty finding the proper CSS combo to make it work. Would you be able to have a look and see? Thank you so much!!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author markoarula

    (@markoarula)

    Hi,

    I also think that the audio player looks much better without any changes.

    Try with this CSS:

    body.wp-night-mode-on .s3mm_mejs__controls > div,
    body.wp-night-mode-on .s3mm_mejs__controls > a,
    body.wp-night-mode-on .s3mm_mejs__currenttime,
    body.wp-night-mode-on .s3mm_mejs__duration {
      background: #924677;
    }
    
    body.wp-night-mode-on .s3mm_mejs__time-handle,
    body.wp-night-mode-on .s3mm_mejs__time-float-corner {
      background: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Audio Player shows up strangely’ is closed to new replies.