Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1053387

    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.

    #1053541

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    input {
        font-family: "Open Sans Hebrew" !important;
    }

    Best regards,
    Rikard

    #1053605

    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.

    #1053952

    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

    #1054049

    Hi, that didn’t work.

    #1054247

    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

    #1054339
    This reply has been marked as private.
    #1054349

    Hi bakbek,

    Best regards,
    Victoria

    #1054540

    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.

    #1055208

    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

    #1055811

    Thanks!

    #1056094

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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