BuddyBoss Home – Web Support Forums Solutions Social Learner Audio Player Styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #43403
    @drtonygoss

    Hi, everyone! I am not sure if this is theme related, but I can’t find the answer anywhere. I have very weird buttons showing up on top of my audio media player. I am attaching a screenshot. Could this have something to do with the theme’s CSS affecting how the audio control displays?

    Answers

    #43419

    Anonymous
    @

    Hi @drtonygoss , please add these to custom css

    
    .mejs-controls .mejs-button button {
    cursor: pointer !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    margin: 7px 5px !important;
    padding: 0 !important;
    position: absolute !important;
    height: 16px !important;
    width: 16px !important;
    border: 0 !important;
    color: #fff !important;
    letter-spacing: 1.2px !important;
    }
    

    If that does not work please pm your page url i will inspect it and will suggest proper css for it

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Audio Player Styling’ is closed to new replies.