Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks! Right now there isn’t a way to change the default styles for the popup form. You can however manually override the styles with CSS if you’d like:

    You can change the font colors, background, etc using CSS like you did with the header. Here are the classes below if you want to modify the styling using CSS:

    Background:

    .vex-content{
    background: black;
    }

    Input text color:

    .vex-dialog-input input {
    color: red;
    font-size: 18px;
    }

    Button color

    .vex-dialog-button {
    background: green;
    }

    Heading

    .vex-dialog-message h4 {
    color: #ff0000;
    }

    You can collect first + last name, phone number along with email address. We don’t have a way to turn off the email address collection right now though. What would you want to change it to if you don’t mind me asking?

    I’m going to mark this ticket as resolved since the CSS code above should help you over ride the styles. Thanks for posting here so that future readers can find this answer.

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

The topic ‘Leadin CSS customisation’ is closed to new replies.