Okay
  Public Ticket #2833779
contact form
Closed

Comments

  • intan1cm started the conversation

    Hi here is my css 

    .wpcf7 input .wpcf7 textarea,  .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea 
    {font-family:'Prokyon';
      font-style:normal !important;
    color: #eeeeee!important;}

    but there is these text still italic ... how to make it normal ?



  •  933
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please add the following code at Appearance > Customize > Additional CSS.

    wpcf7 input::placeholder {
        font-style: normal !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • intan1cm replied

    hi the css is not working still the same the text still in italic

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   intan1cm replied privately
  •  933
    Neuron replied

    Hi,

    I've just added the following code at Appearance > Customize > Additional CSS, can you please take a look at it?

    input {
        font-style: normal !important;
    }

    Feel free to ask for anything you need.

    Kind Regards