Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335420
    rabbler
    Participant

    http://notesonrave.ie/

    If you scroll down you can see I cant type in the area for the text?

    How come?

    Can I centre all that text and send button too? As in align to the centre?

    #1335496
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You have the following custom CSS rule, which makes the text that you’re typing turning into white.

    
    label, input, button, select, textarea {
        color: #ffffff;
        font-size: inherit;
        line-height: 1.8;
    }
    

    To make center text and button, you can add this under Custom > CSS in the Customizer.

    
    .wpcf7-form {
        text-align: center;
    }
    

    Hope that helps.

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