• Resolved montagnania

    (@montagnania)


    Hi!

    I’m trying to use your plugin in a calendar-ish way.
    Is it possible to change text formatting for each textbox?
    Tried to insert this in the CSS settings but nothing changed:
    h1 {
    font-size: 40px;
    }

    h2 {
    font-size: 30px;
    }

    p {
    font-size: 14px;
    }

    Any idea?

    Thanks
    Andrea

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    Please see the screenshot and tell what you want to change 1 or 2 or both.

    https://ibb.co/fjY95e

    Thanks

    Thread Starter montagnania

    (@montagnania)

    Hi,

    I’d like to be able to change both of them. I don’t know the exact font size I need, I would have to do some tests.
    One more interesting thing would be the ability to change text capitalization, is it possible?

    Thanks in advance!

    Andrea

    Plugin Author A WP Life

    (@awordpresslife)

    use this blow CSS

    .headings_2979 {
        font-size: 14px;
    }

    and for next

    .pricingTable_2979 .price-value_2979 {
        font-size: 41px;
    }

    Thanks

    Thread Starter montagnania

    (@montagnania)

    Sorry I put both of them in the Custom CSS but nothing changed 🙁
    Am I doing something wrong? I tried both individually and altogether.

    Tranks

    Plugin Author A WP Life

    (@awordpresslife)

    Please update the plugin on version 0.0.8 and try with this blow CSS

    .headings_2979 {
        font-size: 14px !important;
        text-transform: none !important;
    }

    and for next

    .price-value_2979 {
        font-size: 41px !important;
    
    }

    looking forward to your reply.

    Thanks

    Thread Starter montagnania

    (@montagnania)

    It worked as a charm!

    Thank you so much, very helpful!
    Now I just need to find a way to hide the money value, I’ll try to find a way.

    Thank you very much! 🙂

    Best regards
    Andrea

    Plugin Author A WP Life

    (@awordpresslife)

    Hi Andrea,

    Try this code for hiding currency icon.

    .currency_2979 {
        display: none;
    }

    And If you like our plugin and Support then please please rate us.

    Click here for rate us.

    It will be appreciated

    Kind regards

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘How to format text’ is closed to new replies.