Home Forums Pro Themes WEN Corporate Pro Add Border to embedded video in the Video Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47572
    NDAVIS43521
    Participant

    Do you know the CSS code to add a border to videos in the Video Widget?

    My current, additional CSS code looks like this:

    /*

    */.wp-video-shortcode {
    max-width: 700px;
    margin: 0 auto;
    max-height: 400px;
    }

    #47582
    wensolutions
    Keymaster

    Hello @ndavis43521,

    If you wish to add the border in the video widget use below given CSS.

    .wp-video-shortcode {
        border: 3px solid #000;
    }

    Hope this helps.

    Best Regards!!

    Have a good day .

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.