Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1470503

    Hi,
    when i fill out the formulari cant hardly read the font . Its very thin and lightgrey. I put in this code but it doent work.
    Do you have any idea what i can change there? And i need to have it that its ok for the DSGVO.

    .avia_ajax_form input, .avia_ajax_form textarea{
    font-family: “open-sans”;
    font-weight: 400;
    }

    Many regards
    rixi

    #1470522

    Hey rixi,
    Do you mean the form under “Nehmen Sie gerne Kontakt mit uns auf” if so try this css:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    font-family: 'open-sans';
    font-weight: 700;
    color: #000;
    }

    Best regards,
    Mike

    #1470545

    Hello Mike,
    perfect! THanks a lot, now it works :)

    Many regards
    rixi

    #1470564

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to change font in formular- looks very thin’ is closed to new replies.