• Resolved casmin

    (@casmin)


    Hi,

    How can i change the color of the input field?

    All the best
    Casper

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, you can put custom CSS for the email input field to CMP Settings > CUstom CSS.

    Currently it is:

    .cmp-subscribe input[type="email"] {
        border: 2px solid #a0ce4e;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    feel free to change the colors to your needs.

    Ales

    Thread Starter casmin

    (@casmin)

    Awesome, thanks.

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

The topic ‘Input field color’ is closed to new replies.