Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045949
    rmgv2000
    Participant

    Hello my URL is http://www.conciencia-coaching.nl
    please take a look at the coaching voor particulieren page.
    http://www.conciencia-coaching.nl/coaching-voor-particulieren/

    I would like to make the fields of the contact form (pirate form) wider, I want the message field ‘Bericht’ to be larger, and the field colours ‘light grey’. Just like at the contact page:
    http://www.conciencia-coaching.nl/contact-3/

    Can you help me with that please?

    Thanks in advance
    Regards,

    Roberto

    #1046360
    Rue Nel
    Moderator

    Hi Roberto,

    Thanks for writing in! To change the field widths and the background color, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css (if you are using a child theme)

    .pirate_forms  input, 
    .pirate_forms textarea {
        width: 100%;
        background-color: #e5e5e5;
    }

    Hope this helps.

    #1046770
    rmgv2000
    Participant

    Thank you!

    #1046781
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

  • <script> jQuery(function($){ $("#no-reply-1045949 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>