Pricing table - headline h2

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

Hi Martin,

That how it is set by default. It is possible to change it by customization though it would be outside the scope of our support. If you are familiar with customization, you can see the actual code of the shortcode from this location
wp-content\themes\pro\cornerstone\includes\shortcodes\pricing-table.php
We do help on CSS adjustments. But this changes entails changing structure so it would be best if you can consult a developer in case you are not familiar with it. Thank you.

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