Hi, the font of all my contact forms on the site has changed and I can’t figure out why and how to change it back to Open Sans Hebrew.
Also, how can I change the font folor of the fields only (no the button) to white?
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
input {
font-family: "Open Sans Hebrew" !important;
}
Best regards,
Rikard
Thanks Rikard, it worked on all except for these 2 fields – http://prntscr.com/m6whst – how can I apply the font to these fields?
Thanks.
Hi,
Thanks for the screenshot, is that the form on the contact page? If so then please try this instead:
input, select option font {
font-family: "Open Sans Hebrew" !important;
}
Best regards,
Rikard
Hi, that didn’t work.
Hi bakbek,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi bakbek,
Best regards,
Victoria
Seems like when i’m connected to the site it doesn’t display the correct font but when i’m logged out it does.
On the contact page, in the last 2 fields it doesn’t show the correct font even when i’m logged out.
Hi bakbek,
Thank you for clarifying.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .main_color select,
#top .avia_ajax_form .text_area {
font-family: "Open Sans Hebrew" !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks!