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!
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
Thanks so much! You can close this thread.
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
You can close this thread.