• Resolved cristhofermig

    (@cristhofermig)


    I want to do the style –presto-dynamic-overlay-background:#333;
    not display and I only require the text to be displayed.

    
    <presto-dynamic-overlay-ui class="hydrated visible" style="--presto-dynamic-overlay-color:#fff; --presto-dynamic-overlay-background:#333; --presto-dynamic-overlay-opacity:0.76;">XXXXXX</presto-dynamic-overlay-ui>
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andre Gagnon

    (@2winfactor)

    Hi Chris!

    Do you mean you do not want a background behind the overlay text? Then you can do this:

    
    --presto-dynamic-overlay-background: transparent;
    

    Let me know if you need any additional assistance with this.

    Thread Starter cristhofermig

    (@cristhofermig)

    Hello, I already tried this way and I don’t get the expected result

    :root {
      --presto-dynamic-overlay-background: transparent;
    
    }

    Thank you for responding sir. what I want to do is make the background color of the overlays transparent and only the letters of the overlay text are visible

    • This reply was modified 2 years, 6 months ago by cristhofermig.

    Hello Chris,

    Kindly make sure to add it via Presto Player > Settings > Custom Code.

    I hope that helps. Please let me know how it goes.

    Thread Starter cristhofermig

    (@cristhofermig)

    Hello, thank you very much for answering, I already tried in the greatest possible ways that I could find and I have no success, from modifying from my styles of my template, nor from prestoplayer, I also tried from Elementor but I had no success

    In the forum, I saw that several have been able to change both the font style using

    :root {
        --plyr-font-family: Georgia;
    }

    But I already tried the same with

    :root {
      --presto-dynamic-overlay-background: transparent;
    }

    Without any success

    Plugin Author Andre Gagnon

    (@2winfactor)

    Hi There!

    I think you may want to add it to our component directly:

    
    presto-player {
        --plyr-font-family: Georgia;
        --presto-dynamic-overlay-background: transparent;
    }
    

    Can you give it a try?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make the background of an overlay not appear’ is closed to new replies.