Okay
  Public Ticket #1267021
Contact Form
Closed

Comments

  •  2
    alisonleon started the conversation

    For some reason the contact form isn't styling correctly. I have tried adding text into the css but still looks odd! Can you help please?


    .wpcf7 * {
        font-family: raleway;
        text-transform: normal!important;
        font-weight: 100!important;
          text-transform: uppercase!important;
      font-size: 16px!important;
        letter-spacing: 0.5px!important;
            color: #000000 !important;
    }


  •  2
    alisonleon replied

    Any news on this? Thanks

  •  8,470
    Tahir replied

    Hey,

    Apologies for the Delay due to server issues.


    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .wpcf7 * {
        font-family: Raleway !important;
    }

    Thanks


    ThemeNectar Support Team