Tagged: Pricing Table
For example – “per month” in your demo site: http://kriesi.at/themes/enfold/pages/pricing/
How do I include the smaller text in the pricing row of the pricing table?
Hey lordvadar10!
You just need to write your text into a small tag – i.e. like:
<small>per month</small>
Cheers!
Peter
How do you even make the pricing table to begin with? I don’t see it any where on the back end to add to my pages.
Hey!
Please add table element to your page under content elements of Advanced Layout Builder and then edit it and choose to display pricing table under table options – http://i.imgur.com/FjgmYKm.png
Best regards,
Yigit
How do I change the opacity of the “$” and “per month” to match your example?
Hi,
Generally, for the template the following works:
.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol{
opacity:0.4!important;
}
But, if you can provide a link to your site and specific page I would be able to give a more exact answer.
Best regards,
Jordan Shannon
Hi,
It can be added to quick css, but you would want to add a class to the prices so that you can target them with the css.
Best regards,
Jordan Shannon