Home > Custom CSS

Custom CSS

To Customize Template as per your requirement, you can set CSS for any class from here. If you want to add your CSS to the pricing table or overwrite any default CSS then you can do that from here in a simple way.

Just pick up any class of pricing table where you want to change and put it in Custom CSS block and save the pricing table.

ARPrice - Custom CSS

If you will turn on CSS class info, you will get an extra button on each column, which help you to get CSS class information for that particular column which will include Column Level Classes, Header Level Classes, Price Level Classes, Body Level Classes, Feature Level Classes, Footer Classes, Button Classes, Ribbon Classes.

Copy class according to your requirements and add into custom CSS textarea where you will be able to add properties for that class. You will also able to add multiple classes.

There you will be able to have button for Apply To Editor which will apply your CSS at editor instantly.

Some custom CSS properties may not apply in the editor. Please check table Preview for all custom CSS you have applied.

Custom CSS

.arp_price_wrapper 
{
     color : #990000;
     font-size : 15px;
}