Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jared Atchison

    (@jaredatch)

    Hey djmehrtens,

    Thanks for reaching out!

    Below are a few CSS rules that should get things straightened out for you.

    
    /* autolinx.net */
    
    .wpforms-container {
    padding: 20px !important;
    color: #fff;
    }
    
    .wpforms-form button[type=submit] {
    	background-color: #EF3F23 !important;
    	border-color: #EF3F23 !important;
    	color: #fff !important
    }
    
    .wpforms-form button[type=submit]:hover {
    	background-color: #a72c18 !important;
    }
    
    .wpforms-form input, 
    .wpforms-form input[type="text"], 
    .wpforms-form input[type="email"], 
    .wpforms-form input[type="phone"], 
    .wpforms-form input[type="number"] {
    	width: 100% !important;
    }
    

    Hope that helps 🙂

    Thread Starter djmehrtens

    (@djmehrtens)

    Thanks Jared!! I’m excitedly heading off to try that 🙂

    Thread Starter djmehrtens

    (@djmehrtens)

    You are amazing Jared 🙂 That is exactly the end result I was looking for 🙂
    Thanks so much!

    aaronlin

    (@aaronlin)

    Cool, these css classes helped. Thanks!

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

The topic ‘Struggling with CSS for WPForms’ is closed to new replies.