Hi,
when i fill out the formulari cant hardly read the font . Its very thin and lightgrey. I put in this code but it doen
t 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
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
Hello Mike,
perfect! THanks a lot, now it works :)
Many regards
rixi
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