Home Forums WoodMart support forum How to Disable HTML Title Attribute

How to Disable HTML Title Attribute

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377419

    akticottonllc
    Participant

    How to disable HTML Title Attribute to All WordPress Images On Mouse Over Tooltip?

    I’ve noticed your theme shows every image Title while mouse over on an Image.

    #377497

    Hello,

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

    body img {
        pointer-events: none;
    }

    Best Regards

    #377549

    akticottonllc
    Participant

    Great
    Thanks

    #377642

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to Disable HTML Title Attribute’ is closed to new replies.