Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237250
    josephantoncarter
    Participant

    Hey there,

    I have made a post with the Video Post Format and have embedded the video in the provided field. When I visit the post, a white border surrounds my video, despite this blog Post Format having a black background according to it’s Post Format settings in Customizer. I’ve tried every code I can find online to change this white box to black, but nothing seems to be working. Thanks for any help you can provide. Link w/ admin details below

    #1237264
    josephantoncarter
    Participant
    This reply has been marked as private.
    #1237395
    Lely
    Moderator

    Hello There,

    Thank you for the credentials.
    Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .single-format-video .entry-featured {
        background: transparent;
        padding: 0;
    }

    Hope this helps.

    #1245271
    josephantoncarter
    Participant

    Worked super well!! Thank you Lely!! 🙂

    #1245296
    josephantoncarter
    Participant

    Hey Lely, I found a white border surrounding the embedded videos in the Blog section of the website as well. Can I use another CSS code with this? Thanks for your assistance!

    #1245626
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .entry-featured {
        background-color: transparent !important;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1237250 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>