Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #437228

    Hi,

    I cannot find a solution to change contact form font. How can I do this change?

    #437255

    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

    #437560

    Merhabalar!

    Please refer to @begrafiks post above

    @begrafiks
    Thanks as always :)

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.