Home Forums WoodMart support forum Image hover tekst Reply To: Image hover tekst

#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