Input Text type

Home Forums All Other Themes Input Text type

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23769
    EduardoEduardo
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 17, 2016

    How can I change the settings that size, color, border of the field input type=text? I used contact form 7. website is www.cbselos.com.br/site

    I tried make this on custom css but didn´t work.

    Regards

    #23820
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Eduardo,

    Here is the class that you need to add styling.

    #contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea

    Regards,
    Brad

    #23876
    EduardoEduardo
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 17, 2016

    Hi Brad,

    when I put “” in custom css, the theme replace for "

    below is an example of the code source of the page

    #contactform_main input[type="text"]{
    color: blue;
    }

    .wpcf7 form input[type="text"]{
    color: blue;
    }

    #24039
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Well you can see styling things by installing firebug and adding those desired classes to achieve the desired results.

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.