Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #597906

    How to change the font of the submit button with the word “Senden”? It’s a field of the contact form. I want that it has the font “News Cycle”.

    #597910

    Hi creation_frommelt!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color input[type='submit'] {
        font-family: 'News Cycle', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Best regards,
    Yigit

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