More pricing options

Looking for a pricing table that doesn’t list a currency as the main price. I run a recruiting business and everything is based on percentages of base salary’s.

So I would like to create a pricing table that has different percentages and what is included with those respective percentages

1 Like

Hi there @Andy_Westenskow and welcome to the Community :wave:

You can add this code to the Custom CSS field on the Appearance tab of your widget’s settings:

.eapps-pricing-table-column-price-currency{
	display: none;
}

.eapps-pricing-table-column-price-text:after {
  content: '%';
  font-size: 20px;
  opacity: 0.7;
  font-weight: 400;
  position: relative; 
  top: 10; 
  right: 10;

Please check it and let me know if you liek what you see :slightly_smiling_face: