• Resolved elisa2018

    (@elisa2018)


    Hi!

    I’d like to increase the font size in the footer.
    Also, in the contact page, the “send” button is too small. Consequently, so is the font size. The contact form plugin I’m using is WPForms Lite. How to fix them?

    Thanks in advance!

    Elisa

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Elisa2018,

    Thanks for contacting us,

    Change the font size in the footer, for this paste the following css code in custom css filed (Theme Dashboard >> appearance >> customize >> general setting >> custom css field)

    .site-info
    {
        font-size: 15px !important;
    }

    and change send button size for this paste the following css code in custom css filed

    div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button
    {
    font-size: 16px !important;
    }

    Change the font size value as you need.

    Thanks

    Thread Starter elisa2018

    (@elisa2018)

    Thank you sooo much, Imran Ali!
    The css codes worked like magic!!!

    Elisa

    Hi elisa2018

    I’m really glad to hear I was able to help. I hope you enjoy Busiprof theme.
    Please let me know if you have any other issues. We’re happy to help.

    If you are happy with our theme or help you can always provide us a review here https://wordpress.org/support/theme/busiprof/reviews/#new-post

    Thanks

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

The topic ‘Footer font size’ is closed to new replies.