• Resolved woodworkerrr

    (@woodworkerrr)


    Hi dear,
    Thank you for your plugin and your contribution.
    I have just install you plugin and find it useful for my project.

    Can you help me how to change the text size?
    and remove some unneccessary line such as: address, town, province…

    Thank you for reading this article and support me.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter woodworkerrr

    (@woodworkerrr)

    I remove successfully the unnecessary lines by the plugin Checkout Field Editor.

    But i can change the text size, it’s small so inconvenient for customer.

    Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi @woodworkerrr,

    You can change this text style by adding some custom CSS. I am giving you some reference code below.

    .woocommerce label, .woocommerce span, .woocommerce p, .woocommerce textarea, .woocommerce input, .woocommerce select {
    font-size: 20px !important;
    }

    This will change some basic sections of the font style. For the remaining section, you can find the particular section class and change its font style.

    Do let me know if I can help you further.

    Thanks

    Thread Starter woodworkerrr

    (@woodworkerrr)

    Sincerely thank you,

    I did it.

    Thank you for your contributing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change the text size and remove unneccessary row’ is closed to new replies.