Home Forums WoodMart support forum Image hover tekst

Image hover tekst

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #305179

    Javi24
    Participant

    Hello,

    If I use WP Bakery Element (single image) then the picture doesn’t show the image hover text.
    https://gyazo.com/58084f417a1b992f0263aacd38377b17

    If I use text block element and adding image then show image hover text.
    https://gyazo.com/1d3f36e603adcb110b5b9bc9b7e5868e
    Why like that?

    Best wishes.

    #305269

    Hello,

    I saw the screenshots you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wpb_text_column.wpb_content_element img {
        pointer-events: none;
    }

    This will remove the title on hover from the image in the text block.

    Regards.
    Xtemos Studios

Viewing 2 posts - 1 through 2 (of 2 total)