Hey there,
I use a responsive pricing table with x-theme (renew). The problem is, that the three titles of the table are h2-headlines. I don’t want this as headline-format, just as normal text.
How can i solve the problem?
I used this code:
[pricing_table columns=“3”] [pricing_table_column title=“Basic” currency="$" price=“39” interval=“Per Month”][icon_list][icon_list_item type=“check”]All Widgets[/icon_list_item][icon_list_item type=“check”]All Wadgets[/icon_list_item][icon_list_item type=“check”]All Wedgets[/icon_list_item][icon_list_item type=“times” style=“color: red;”]Wodgets[/icon_list_item][icon_list_item type=“times” style=“color: red;”]Gizmos[/icon_list_item][/icon_list][button shape=“rounded” href="#example" title=“Example”]Sign Up Today![/button] [/pricing_table_column] [pricing_table_column featured=“true” featured_sub=“Featured” title=“Plus” currency="$" price=“59” interval=“Per Month”][icon_list][icon_list_item type=“check”]All Widgets[/icon_list_item][icon_list_item type=“check”]All Wadgets[/icon_list_item][icon_list_item type=“check”]All Wedgets[/icon_list_item][icon_list_item type=“check”]Wodgets[/icon_list_item][icon_list_item type=“times” style=“color: red;”]Gizmos[/icon_list_item][/icon_list][button shape=“rounded” size=“x-large” href="#example" title=“Example”]Sign Up Today![/button][/pricing_table_column] [pricing_table_column title=“Premium” currency="$" price=“89” interval=“Per Month”][icon_list][icon_list_item type=“check”]All Widgets[/icon_list_item][icon_list_item type=“check”]All Wadgets[/icon_list_item][icon_list_item type=“check”]All Wedgets[/icon_list_item][icon_list_item type=“check”]Wodgets[/icon_list_item][icon_list_item type=“check”]Gizmos[/icon_list_item][/icon_list][button shape=“rounded” href="#example" title=“Example”]Sign Up Today![/button][/pricing_table_column] [/pricing_table]
Thank you