Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #886617
    onefoursix
    Participant

    re: creativeeventservices.co.uk

    How do i change the text in the contact form to white please throughout this site?

    #887247
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Please add this in your customizer custom CSS:

    .wpcf7 p {
    color:#FFF;
    }

    Let us know how it goes.

    Thanks.

    #887580
    onefoursix
    Participant

    Thanks – finally…

    how do I get the contact forms with the “request consultation” to line up on one line please? The button is on the next line at the moment.

    #887805
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .home .wpcf7-form-control-wrap.your-name {
        display: inline-block;
    }
    
    .home .wpcf7-form-control.wpcf7-submit {
        margin-top: -8px;
    }

    Hope it helps 🙂

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