Title: Leadin CSS customisation
Last modified: August 22, 2016

---

# Leadin CSS customisation

 *  Resolved [Waup](https://wordpress.org/support/users/mm-blog/)
 * (@mm-blog)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/leadin-css-customisation/)
 * Hi Andy, brilliant plugin, thanks. Two questions…
 *  Is there a way to edit the CSS of the notification bars or boxes?
 * Is there a way to change ‘Email address’ as the input box text?
 * [https://wordpress.org/plugins/leadin/](https://wordpress.org/plugins/leadin/)

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

 *  [Andy Cook](https://wordpress.org/support/users/andygcook/)
 * (@andygcook)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/leadin-css-customisation/#post-5687469)
 * 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?
 *  [Andy Cook](https://wordpress.org/support/users/andygcook/)
 * (@andygcook)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/leadin-css-customisation/#post-5687527)
 * 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.

 * ![](https://ps.w.org/leadin/assets/icon-256x256.png?rev=3041936)
 * [HubSpot All-In-One Marketing - Forms, Popups, Live Chat](https://wordpress.org/plugins/leadin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leadin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leadin/)
 * [Active Topics](https://wordpress.org/support/plugin/leadin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leadin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leadin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andy Cook](https://wordpress.org/support/users/andygcook/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/leadin-css-customisation/#post-5687527)
 * Status: resolved