[Resolved] theme stylesheet causing Mailpoet problem

Home Forums Support [Resolved] theme stylesheet causing Mailpoet problem

Home Forums Support theme stylesheet causing Mailpoet problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1095001
    Alana

    Hi,

    I’ve been having a problem where my MailPoet plugin (email signup) text entries are showing up in all caps. Turns out there is a problem w/ the CSS class on the theme’s stylesheet:

    input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”], input[type=”number”], input[type=”tel”], textarea, select {
    text-transform: uppercase;
    font-size: 13px;
    }
    It’s that text-transform: uppercase; line that is causing the issue. Can you please fix the theme’s stylesheet (styles.css) and remove that section?

    Thank you!

    #1095137
    Leo
    Staff
    Customer Support

    Hi there,

    That is not coming from the theme. It’s added somewhere here:
    https://www.screencast.com/t/rpJm9AsmVCY

    You can see the theme’s default CSS here:
    https://github.com/tomusborne/generatepress/blob/master/style.css

    #1095174
    Alana

    Hey Leo, thanks so much for the quick reply! It’s so odd – the PlugIn developer told me it was a theme issue, but I believe you! Any idea how I can edit out that problematic bit of code?

    #1095185
    Leo
    Staff
    Customer Support

    Can you check if it’s in the Additional CSS field in the customizer?

    #1095205
    Alana

    You are spot on! That’s exactly where it was and I’ve now removed the problematic bit – thanks so much Leo, you’re a gem :))

    #1095234
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.