Pricing Table customisation

How do I customise the pricing table by changing the colour of which attribute and the size of each row and column?

Hi @travelduniya,

Thanks for reaching out.

Are you referring to the default content of the pricing table? You can do that by custom CSS, please add this CSS to your global custom CSS.

.x-pricing-column-info {
background: #000;
}
.x-pricing-column.featured .x-pricing-column-info {
background: #333;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.