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

    Hi there,
    my search icon is missing from search box. Can you please help me???

    #1367822

    Hey bopartkunsttransporte,

    This CSS in Quick CSS is changing the font family:

    input[type='submit'] {
      font-family: Jura !important;
    }

    Try to be more specific in your CSS, if you are looking to target a form submit button for example.

    Best regards,
    Rikard

    #1367827

    That means???
    I defined my buttons and this affect the search one?
    This code I got from the support. I am not a programmer, so I would be grateful if you could be a little more precise and maybe give me a solution.
    Best regards :)
    Arantza

    #1367828

    Hi,

    I’d be happy to help you with that. Could you be a bit more precise as to which button you are looking to target with the CSS in question?

    Best regards,
    Rikard

    #1367829

    Thank you!!!! :)
    The contact form

    #1367851

    Hi,

    Thanks for that. Please try this CSS instead:

    .avia_ajax_form input[type='submit'] {
      font-family: Jura !important;
    }

    Best regards,
    Rikard

    #1368260

    it works! thank you :)
    Best regards!
    Arantza

    #1368278

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1368707

    You can close it. Thank you :)

    #1368715

    Hi bopartkunsttransporte,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Search icon missing’ is closed to new replies.