Hi,
I cannot find a solution to change contact form font. How can I do this change?
Hi ugursmsk ; Gunaydin,
You can target the “p” elements ( the text you put as Name, your e-mail etc.) with following code ;
.avia_ajax_form p{font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;}
To target the text put by the client (the answers to your questions) with following code ;
#top .avia_ajax_form .text_input{font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; }
adjust the “font” as you like