Tagged: enfold, icons, Pricing Table, Shortcodes, table
Hello-
I’m hoping to change the ’empty’ cells of a table to gray so that all of the bottom cells align. Screenshot attached.
Also…
How do I change the icon that is shown in the button row? I would like a checkmark instead of a heart.
How do I change/enlarge the “$” in my pricing row? It’s too small.
How can I make the header/price rows in each column a different color?
Thanks!
Hi summerg!
1.) How do I change the icon that is shown in the button row? I would like a checkmark instead of a heart.
Edit the Button Row then scroll below, select the icon that you want.
2.) How do I change/enlarge the “$” in my pricing row? It’s too small.
Add this on your custom.css or Quick CSS:
.pricing-table li.avia-pricing-row .currency-symbol {
font-size: .9em;
top: 0;
}
3.) Can you give us a link to the page please?
Cheers!
Ismael