Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1225469

    Hi guys,
    this issue is driving me slightly insane, so i am hoping that you’ll be able to help me out. I have 2 forms on the site. Each form has 3 fields and the input button. For 2 of the fields for each form the font brandon_grotesque is correct. But i can’t get the font for the text input field as well as the submit button to display correctly. Can you advise please how i can get the correct font to display for those 2?

    Thanks in advance!

    #1225836

    Hey clairemartindigital,

    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 .avia_ajax_form textarea::placeholder,
    .main_color input[type='submit'] {
      font-family: 'brandon_grotesquebold', Fallback, sans-serif !important;
    }
    

    If you need further assistance please let us know.

    https://www.jotform.com/help/118-How-to-Customize-the-Submit-Button-with-CSS

    Best regards,
    Victoria

    #1225867

    Hi Victoria,
    thanks for your reply. I have added it in both placed, cleared the cache of the site and the browser. However, it doesn’t seem to be working. Can you have another look please?

    Thanks

    #1226084

    Hi clairemartindigital,

    I see some errors in your styles.css. Please validate the css from there.

    https://jigsaw.w3.org/css-validator/

    Best regards,
    Victoria

    #1226199

    Hi Victoria,

    thanks for pointing this out. The css errors have been resolved now. However, this didn’t address the original issue. Any other ideas?

    Thanks

    #1226633

    Hi,

    Thanks for the update. Please try this instead:

    #top .avia_ajax_form textarea::placeholder,
    .main_color input[type='submit'] {
      font-family: 'brandon_grotesqueblack', Fallback, sans-serif !important;
    }

    If that doesn’t help then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1226641

    Hi Rikard,

    thanks for the response. The css you provided was the same Victoria posted on the 26th June which didn’t work. I have added the details for you to the private comment section.
    Thanks!

    #1227102

    Hi,

    It’s applying now, please review your site.

    Best regards,
    Rikard

    #1227182

    Hi Rikard, thank you so much! What was the problem?

    Best Regards

    #1227373

    Hi,

    It was just the font name, I changed it to the correct one and it worked after that. You can see the working CSS in your Quick CSS box.

    Best regards,
    Rikard

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