• Resolved brunoserman

    (@brunoserman)


    Hey Alex,

    I’m using your plugin, but couldn’t find where I can change the color of the subscription form. It’s grey now, so the text inside is a bit hard to read.

    Can you please help me out with a custom CSS to change the color to white with blue border lines?

    Best,
    Bruno

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

Viewing 1 replies (of 1 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hi Bruno, sure, there you go:

    .cmp-subscribe input[type="email"] {
        border: 3px solid #1273fa;
        color: #fff;
    }
    
    input#email-subscribe::placeholder {
        color: #fff;
    }

    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS for subscription form’ is closed to new replies.