Home Forums WoodMart support forum Remove tooltips

Remove tooltips

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

    Efrenjr
    Participant

    Any option to remove these tooltips?

    Attachments:
    You must be logged in to view attached files.
    #109637

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-tltp span.woodmart-tooltip-label,
    div.tooltip-inner {
        display:none;
    }
    .woodmart-tltp span.woodmart-tooltip-label:before,
    div.tooltip.top .tooltip-arrow {
            display:none;
    }
    .woodmart-buttons>div a span.woodmart-tooltip-label:before {
            display:none;
    }

    Best Regards

    #109692

    Efrenjr
    Participant

    Thank you!!!!

    #109711

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove tooltips’ is closed to new replies.