Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Joe,

    After looking at your site, something is adding a bunch of styles to all your fields. For example, the submit button has a hardcoded font-size of 9px. Do you know what’s doing this? It’s most likely something in the theme. Without changing this, it’d be very difficult to change the font size as the theme will continually override it.

    Let me know if you have any info on these added styles,
    Kevin.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    After looking more into the styles, I see you added the following CSS:

    .yikes-easy-mc-form .yikes-easy-mc-submit-button.btn-primary span {
        font-size: 17px !imporatant;
    }

    There’s a typo – change it to this and you should be good to go:

    .yikes-easy-mc-form .yikes-easy-mc-submit-button.btn-primary span {
        font-size: 17px !important;
    }
    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hey, did that work for you?

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi @xuanxuan23,

    We haven’t heard back from you in awhile so I am going to close out this ticket.

    If you need more help, please reopen it and we will be happy to help you.

    Thank you!
    -Tracy

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS’ is closed to new replies.