Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #470598

    On this page I have some media players added for audio on my site. I would like to style them a little bit different to match the styling of my theme more.

    1. Can you give me some quick css so the players have no styling (no border, no border radius etc) to match the images above?
    2. Can you give me some quick css to remove the white space between the images and the media players?

    Thank you!

    • This topic was modified 9 years, 4 months ago by djshortkut.
    #471087

    Hey djshortkut!

    Please add following code to Quick CSS

    .avia-image-container.avia-align-center {
      margin-bottom: 0;
    }
    div .mejs-container .mejs-controls,.mejs-container.mejs-audio {
      border-radius: 0;
    }

    Best regards,
    Yigit

    #471242

    Thanks so much! You can close this thread.

    #471505

    Hey!

    glad Yigit could help you. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist.

    Best regards,
    Andy

    #471688

    You can close this thread.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Media Player Styling’ is closed to new replies.