Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1378815

    carbon14
    Participant

    Hi. I have search the forum with no luck. I want to remove the border in my contact form and also hav the field text white, since it is on a colored background. My site: http://eksamenskoden.carbon14.no/index.php/kontakt/

    #1378910

    Jade
    Moderator

    Hi there,

    Please try this code:

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        border: 0;
    }

    Hope this helps.

    #1378913

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        border: medium none;
    }
    
    .wpcf7-form label {
        color: #ffffff;
    }
    

    Hope that helps.

    #1379441

    carbon14
    Participant

    thanks you

    #1379524

    Thai
    Moderator

    You’re most welcome 🙂