Change font size in the Pricing buttons

In order to change buttons font size at Pricing Table you need to follow next steps:

  1. Open Pricing Tables you need to change.
  2. Go to CSS editor (click on Edit Css).
  3. CSS tab of Pricing Table

  4. At the end of all rows insert this code:
  5. #{{table.view_id}} .ptsActBtn.ptsEl.ptsElInput .ptsEditArea.ptsInputShell{
    font-size: 20px !important;
    }

  6. Save changes.

Result


Pricing Table without CSS changes:

Pricing Table without CSS changes

Pricing Table with CSS changes:

Pricing Table with CSS changes

Categories
Latest Articles