Hi @icecast,
Responded to your table colours topic – please keep those q’s in that topic.
Try this custom css, it will only affect the buttons in the pricing tables:
.sf-table a.sf-button.black, .sf-table a.sf-button.white, .sf-table a.sf-button.blue, .sf-table a.sf-button.grey, .sf-table a.sf-button.lightgrey, .sf-table a.sf-button.orange, .sf-table a.sf-button.turquoise, .sf-table a.sf-button.green, .sf-table a.sf-button.pink, .sf-table a.sf-button.gold, .sf-table a.sf-button.transparentlight, .sf-table a.sf-button.transparentdark {
width: 100%;
height: 104px;
margin: 0px;
padding-top: 2px;
padding-bottom: 2px;
line-height: 104px;
text-align: center;
}
– Ed