Tagged: tooltip
Hi there. Really loving the theme. Thank you. It is possible to have tool tips on pricing tables for each column? It would be great to show a description of each feature when someone hovers over the column. Thank you in advance for your help.
Hey revenueconduit!
Thank you for your kind words!
Currently it is not possible. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hello! Has this feature been added yet or at least requested? Would be great if one could add tool tips after the text in a row of a pricing table to further explain the listed features.
Hey!
I’m sorry but this feature hasn’t been added yet. However, you can add an icon element with an optional tooltip, generated from the shortcode wand, inside the table cells. Add this in the QuicK CSS field to fix the layout issues once you added the icon:
.pricing-table li:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
clear: both;
overflow: auto;
}
Cheers!
Ismael