Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1066882

    Hi, for some reason, after the recent update, the font on the submit button of a contact form element doesn’t match the font on the rest of the site.

    How can I fix this?

    #1067312

    Hey DROR,

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

    input[type='submit'] {
        font-family: "Open Sans Hebrew" !important;
    }

    Best regards,
    Rikard

    #1067490

    Thanks Rikard, what about the message field?

    #1067525

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1068333

    Thanks, it seesm to be a general issue after the latest update.

    How can I make this effect all type of fields?

    Thanks.

    #1068485

    Hi,

    You would use the following:

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

    Best regards,
    Jordan Shannon

    #1068493

    Thanks, what about the select option?

    #1068638

    Hi,

    Just add it to the css:

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

    Best regards,
    Jordan Shannon

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