Okay
  Public Ticket #1777908
how to remove overlay from embedded video
Closed

Comments

  • Repoman started the conversation

    Hi,

    How can I remove the overlay that shows category and post date on embedded videos?

    The overlay is on top of text from youtube videos.

    I guess it's just a line of code that has to be commented but i'm not sure.

  •  93
    djwd replied

    Hi there,

    please paste this in Theme Options > Advanced > Custom CSS textarea

    .fluid-width-video-wrapper {
        z-index: 1;
    }
    

    should fix it

    Hope it helps

    Regards
    djwd

  • Repoman replied

    Thanks for the fix... it worked like a charm !

  •  93
    djwd replied

    Glad it helped!

    Regards
    djwd