Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3216105
video module from vimeo
Closed

Comments

  • aledelpu started the conversation

    Hi,

    is there a way to edit with CSS the Vimeo video in the page?

    I'd like to hide the NGS text at the top left of the video and the black background.

    for the NGS text I tried with the code below but it's not working:

    .Title_module_title__4ca3ce89 .Title_module_header__4ca3ce89 .Title_module_mainTitle__4ca3ce89 {
    display: none!important;
    }

    for the background, I've no idea

    thanks

    Attached files:  EGS video.jpg

  •  6,918
    Oliver replied

    Hi, 

    About NGS, I see you already hided it, do you still need help? About back BG, try this one:

    .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
        padding-bottom: 53.25%;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • aledelpu replied

    works fine

    thanks

  •  6,918
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver