• i need to change the simple player to button player only just a button to play and Stop i want to hide every thing else

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

Viewing 1 replies (of 1 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi @ziadhany

    Add this

    .ai-type-simple .ai-track-control {
        display: none;
    }
    .ai-type-simple .ai-track-control-buttons {
        display: none;
    }
    .ai-type-simple .ai-track,.ai-type-simple{
     display:inline-block;   
       padding:0;
    }

    in your custom css box under Customize->Additional CSS
    Let me know if this helps

Viewing 1 replies (of 1 total)
  • The topic ‘change the simple player’ is closed to new replies.