Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter timgood85

    (@timgood85)

    Hi Sunday,

    In that case, I have to climb down off my high horse and apologise! Sorry for being snarky. Thanks for the help. I will check this out but it looks like it’s exactly what I was after.

    Thanks again.

    Thread Starter timgood85

    (@timgood85)

    Hi,

    Thanks for the reply. This seems like a swing and a miss. Instead of clicking a button, I am left to faff around not knowing what level of change will be high enough to cause a recall of all items.

    Well, it’s free and I guess am getting what I pay for.

    Cheers,

    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.

Viewing 3 replies - 16 through 18 (of 18 total)