• Resolved contacthaley

    (@contacthaley)


    The player background is being overridden to black on my page. I am sure it’s the theme (Avada 5.4.2) or WordPress (v 4.9.4) itself… but I am not sure where I can find that setting within the CSS or stylesheet to change it. Do you have any idea? I set the background the same shade as the album background. Thank you so much!

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

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

    (@numeeja)

    The issue is caused by the stylesheet at http://ruthhendrickson.org/wp-content/uploads/fusion-styles/fusion-12011.css which includes the following rules:

    
    .mejs-controls, .mejs-mediaelement, .mejs-container {
        background: url('') !important;
        background-color: rgba(0, 0, 0, 0);
        background-color: #000000 !important;
    }
    

    The background-color with the !important declaration is overriding the background-color defined by the audio album plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Player Background’ is closed to new replies.