• Resolved floorpi14

    (@floorpi14)


    Hi,

    I am unable to adjust the settings of the subscription form.

    Are you able to please help me with short code to change the text inside the form to white, so that it is readable, and make the button longer to comfortably fit the words “Notify Me” rather than “submit”

    Thanks for you help

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

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

    (@niteo)

    Hello, you can try this css:

    .input-icon:before, input[type="email"], input[type="text"] {
        color: white;
    }
    
    .inner-content form {
        max-width: 500px;
    }
    
    .cmp-subscribe input[type="email"] {
        width: 70%;
    }
    
    input[type="submit"] {
        width: 30%;
    }

    Cheers, Alex

    Thread Starter floorpi14

    (@floorpi14)

    Thank you. It is fixed on the desk top. But now it is misaligned on mobile view.
    Do you have a fix for this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscription form short code help’ is closed to new replies.