[Hustle Pro] White bar under the videos

Hello,
I recently noticed this: There’s a white, horizontal bar under the (YouTube) videos on our pages. I checked it out and it says it’s originating from the Hustle Pro plugin (although, it could simply be reacting to another plugin, or vice-versa).
Please see attached for an image of the white bar.
A page that has the white bar can be found here.

Thanks,
JL

  • Stefan Cizmar
    • Recruit

    Hello James,

    Hope you are doing well.
    I’ve checked the issue on your website, it seems to be coming from 10Web Youtube plugin and not from Hustle Pro, it is adding white background to video info container based on .ytwd_main_video_info CSS class . You can override that by adding some code: In your WordPress dashboard go to Appearance > Theme Options and find Custom JS/CSS tab. In Custom CSS field add the following code:

    div[class^="ytwd_main_video_info"] {
        background: transparent;
    }

    Let us know if this worked for you.

    Best Regards,
    Stefan Cizmar

  • Jamison
    • WPMU top fan!

    Hi Stefan,
    You’re right. Sorry about that. When I saw that they were sharing buttons (in the white bar), I thought it was Hustle, but after looking at it closer, apparently ytwd is the 10Web plugin and it has a share buttons display option.

    Thanks again!
    Blessings,
    JL