Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276372
    fabipaolini
    Participant

    Is there any way to change the Audio Player in Integrity to the one in Renew? It looks so much better! Let me know 🙂

    #1276422
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    
    .x-audio.player {
        height: 32px;
    }
    
    .mejs-controls {
        background-color: rgba(0,0,0,0.5);
    }
    
    .mejs-controls {
        height: 32px !important;
        border: 1px solid transparent;
        box-shadow: none;
        background-image: none;
        border-radius: 0;
    }
    
    .mejs-button.mejs-playpause-button {
        border-right: 1px solid rgba(255,255,255,0.125);
        box-shadow: none;
    }
    
    .mejs-controls>div {
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    
    .mejs-button button {
        color: rgba(255,255,255,0.5);
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    
    .mejs-button button {
        margin: 0;
        border: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: inherit;
        text-align: center;
        vertical-align: top;
        background: none;
        text-shadow: none;
    }
    
    .mejs-time-rail {
        width: calc(100% - 30px) !important;
        padding: 10px 10px 0;
    }
    
    .mejs-time-loaded {
        height: 10px;
        background-color: rgba(255,255,255,0.3);
    }
    
    .mejs-time-total {
        height: 10px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 0;
        display: block;
        margin: 0;
        position: relative;
        width: 100% !important;
        border: 0;
        cursor: pointer;
    }
  • <script> jQuery(function($){ $("#no-reply-1276372 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>