• Resolved jackiwwan

    (@jackiwwan)


    Hi,

    my website is:
    http://theweekendbreakfast.com

    I was wondering how i could change the font within the form field? The words (“email address” and “name”) are currently a serif font and slightly bigger than the font within the search engine right above it.

    is there a way to match them?

    thank you so much for your help!
    (i tried reading through the threads and adding some of the css styles that seemed to work for other people, but they did nothing for me..I must be doing something wrong)

    jacki

    https://ww.wp.xz.cn/plugins/yikes-inc-easy-mailchimp-extender/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi Jacki,

    Your theme has global styles that define all form inputs and textareas:

    input, textarea {
        font-family: 'Libre Baskerville', Georgia, serif;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5;
    }

    You can use this to override it, just replace the styles with the ones you want.

    .yikes-easy-mc-form input, textarea {
        font-family: 'Libre Baskerville', Georgia, serif;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.5;
    }

    You have a few options to add CSS code:

    • If you created this theme yourself, you can just add it to your style.css file
    • If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
    • Your theme may have a “Custom CSS” option. If it does, then you can just pop it in there.
    • You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area

    Thank you!
    -Tracy

    Thread Starter jackiwwan

    (@jackiwwan)

    YAY! IT WORKED!
    Thank you for your help, Tracy!

    have an awesome day,
    jacki

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Woot! Awesome!

    If you’re enjoying the plugin and support, please consider leaving a review:
    https://ww.wp.xz.cn/support/view/plugin-reviews/yikes-inc-easy-mailchimp-extender?filter=5

    Nice reviews make our day 🙂

    Thank you!
    -Tracy

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

The topic ‘Changing font within the form’ is closed to new replies.