Add List In Pricing Table?

I am having trouble creating a pricing table. I am using Visual Composer in X. I created a pricing table column (3 columns), but I can not figure out how to add the list of options. For example, I can add the column heading and price, but I do not know how to add the list below that for each column.

To compare with your demo link, how do I add the list showing All Widgets, All Wadgets, etc?
http://demo.theme.co/integrity-1/shortcodes/responsive-pricing-table/

Please let me know how to do this using Visual Composer in your theme. Thanks.

Hi @mousie ,

Thanks for writing in.

You’ll have to manually create its content through shortcode, a sample is this

[cs_icon_list]
    [cs_icon_list_item type="check"]First Feature[/cs_icon_list_item]
    [cs_icon_list_item type="times"]Second Feature[/cs_icon_list_item]
    [cs_icon_list_item type="times"]Third Feature[/cs_icon_list_item]
[/cs_icon_list]

[x_button href="#" size="large"]Buy Now![/x_button]

You can add more and apply some icons.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.