Hi,
The above code has worked for me but it is also making other hidden elements appear, I don’t suppose you know how to limit this to the single element (the video) do you?
BOTH THIS CODE:
.elementor-hidden-phone {
display: block !important;
}
AND THIS CODE
@media (max-width: 767px) {
.elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
display: block !important;
}
.elementor-9 .elementor-element.elementor-element-854c345:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-854c345 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
background: none;
}
}
Have the same impact.
Cheers,
Tim.