Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1367186

    Hi

    When I upload a video to the media library, and use avia-video, I manage to apply a border-radius to it, but then I see the default background color.

    I want to tell the element to have background:none or background-color:none; so that the background color is not visible behind the border radius

    But I can’t find the css rule

    #1367208

    Hey Ramiro,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia-video .mejs-container {
    	background-color: transparent;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1367210

    Thanks !!! :D

    #1367211

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘avia video background’ is closed to new replies.