Ondersteuning » Plugin vragen » Contact Form 7

  • Ik heb contact form 7 ingepast in mijn site, maar kan ik ook de tekst kleur aanpassen. Hij staat nu op wit als je de gegevens invult en dat is niet helemaal duidelijk.

5 reacties aan het bekijken - 1 tot 5 (van in totaal 5)
  • Hoi, misschien heb je hier wat aan. Het schijnt te kunnen met CSS maar ik heb er zelf niet zoveel verstand van. http://www.robbertoverwordpress.nl/wordpress-contact-formulier-plugins.

    Ben wel heel benieuwd of jouw formulier werkt, ik gebruik nl. Ook contact form 7, staat op mijn site, geeft bij verzending ook aan dat het bericht goed is verzonden maar de e-mail komt niet bij mij binnen. Heb jij tips?

    Groeten,
    Marlayne

    Thread starter mgrst

    (@mgrst)

    heb je de mail instellingen wel goed staan

    Ik denk het wel maar hoe kan ik dat controleren?

    Thread starter mgrst

    (@mgrst)

    Ik wil graag zwarte tekst bij het intikken van het contactformulier, wat moet ik aanpassen ?

    /* ##################################
    COMMENTFORM
    ################################## */

    #respond {
    position: relative;
    }

    #respond input.text {
    float: left;
    width: 238px;
    clear: left;
    }

    #comment-logged {
    float: left;
    width: 260px;
    height: 110px;
    clear: left;
    padding: 20px 0 0;
    text-align: center;
    }

    #comment-logged {
    background: transparent url(img/bg-comment-logged-grey.png) repeat-x left top;
    }

    .red #comment-logged,
    .green #comment-logged {
    background: transparent url(img/bg-comment-logged-red.png) repeat-x left top;
    }

    #commentlist .depth-2 input.text {
    width: 228px;
    }

    .depth-2 #comment-logged {
    width: 250px;
    }

    #commentlist .depth-3 input.text {
    width: 218px;
    }

    .depth-3 #comment-logged {
    width: 240px;
    }

    #commentlist .depth-4 input.text {
    width: 208px;
    }

    .depth-4 #comment-logged {
    width: 230px;
    }

    #commentlist .depth-5 input.text {
    width: 198px;
    }

    .depth-5 #comment-logged {
    width: 220px;
    }

    #commentlist .depth-6 input.text {
    width: 188px;
    }

    .depth-6 #comment-logged {
    width: 210px;
    }

    #respond textarea.text {
    float: right;
    width: 258px;
    height: 121px;
    }

    #commentlist .depth-2 textarea.text {
    width: 248px;
    }

    #commentlist .depth-3 textarea.text {
    width: 238px;
    }

    #commentlist .depth-4 textarea.text {
    width: 228px;
    }

    #commentlist .depth-5 textarea.text {
    width: 218px;
    }

    #commentlist .depth-6 textarea.text {
    width: 208px;
    }

    #respond input.fielderror,
    #respond textarea.fielderror {
    color: #3e0e17;
    }

    #respond input.submit {
    float: right;
    width: auto;
    margin: 0 0 20px;
    clear: both;
    }

    #commenterror {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(img/bg-commenterror.png) no-repeat left center;
    clear: both;
    }

    Thread starter mgrst

    (@mgrst)

    links in het dashboard zit een tab contact, heb je daar al gekeken ?

5 reacties aan het bekijken - 1 tot 5 (van in totaal 5)
  • Het onderwerp ‘Contact Form 7’ is gesloten voor nieuwe reacties.