Tagged: 

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

    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.

    #344195

    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

    #535848

    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.

    #537052

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.