Okay
  Public Ticket #2219289
iframe transparency
Closed

Comments

  • Mario started the conversation

    Hi Igor,

    We've got in the slider a static layer with a booking form, the background is white and I´m trying to put some transparency, I´ve tried with the simple editor and also in the advanced one, with the tag

    opacity:0.5;

    But it doesn´t work.
    Any ideas to make it possible?


    Thanks and regards

    Mario

  •  536
    Igor replied

    Hi,

    try to add this to your Joomla template custom CSS file

    .tp-caption.medium_light_white.tp-fade.tp-resizeme.tp-static-layer.start.tp-is-shown {
        opacity: 0.5 !important;
    }
    

    Regards,
    Igor

  •   Mario replied privately
  •  536
    Igor replied

    You have to add video layer in similar way you add text layer. Then you will see this popup

    If you need to add video that will be full screen width then you can't use YouTube. You have to use HTML5 video player

    Regards,
    Igor