Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1243181

    I’ve searched high and low and can’t find anything on how to change the text size in the pricing table. In particular… the text under the “Pricing” amount in the example https://kriesi.at/themes/enfold-app/. The text “forever!” and “per month” under the amount.

    I just want to be able to put “per month” in the directly under the price but have it smaller than the price itself. Can you help help with this?

    Thanks

    #1243332

    Hey collinssafety,

    You can try playing with the values in this css:

    
    .pricing-table li.avia-pricing-row {
            font-size: 40px;
            line-height: 1em;
            padding: 25px 12px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1243659

    No that’s not doing anything but changing BOTH the Price and the text below it.
    As per the example… I simply want to have the price one size font, and the text below it (in the same box) a smaller size font.
    Just like all the other examples and demos.

    Does that make sense?

    #1243826

    Hi,

    Thanks for the update and clarification. Please try this CSS instead:

    .pricing-table .avia-pricing-row small {
      font-size: 10px;
    }

    Best regards,
    Rikard

    #1243916
    This reply has been marked as private.
    #1244082

    Hi collinssafety,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.