Home Forums WoodMart support forum How to add tooltip Reply To: How to add tooltip

#418273

Hello,

Sorry to say, unfortunately, there is no such option in Theme Settings to add tooltips to a specific area.
It requires Customization and this is beyond our limitations and support policy scope.

If you are using the Pricing Table through HTML and CSS then you can try adding the following HTML div in it to display a tooltip on hover:

<div class="woodmart-tooltip" title="Your text"> Title </div>

Other than that, there isn’t such an option available. Hope you can understand.

Best Regards.