Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1422507

    Two questions:

    1. I am starting from the Enfold Gym demo and noticed that the Main Menu search box does not following my font settings. Is there a way to force the search box to use the Body Text Font?

    2. I noticed in the demo that hovering on the Main Menu items turns the button background a different color (red)? That does not work for my site no matter how I configure the Logo Area colors. How can I make this work on my site?

    Thank you.

    • This topic was modified 1 year, 1 month ago by kaneljeff.
    • This topic was modified 1 year, 1 month ago by kaneljeff.
    • This topic was modified 1 year, 1 month ago by kaneljeff.
    #1422522

    hm – I have never attached any particular importance to it. But you are indeed right. It seems that the base.css (line 470ff) setting of the font is used there. It’s listed as HelveticaNeue, Helvetica etc. Since Enfold stores the fonts you set in options as a variable, you can set here:

    #top .input-text, 
    #top input[type="text"], 
    #top input[type="input"], 
    #top input[type="password"], 
    #top input[type="email"], 
    #top input[type="number"], 
    #top input[type="url"], 
    #top input[type="tel"], 
    #top input[type="search"], 
    #top textarea, 
    #top select {
    	font-family: var(--enfold-font-family-body) !important
    }

    or if you like to change it only for that input field:

    #top #s {
      font-family: var(--enfold-font-family-body) !important
    }

    maybe this should be changed on default to inherit the font like all the other settings ( line 20ff)
    (html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, etc. )

    #1422551

    Excellent! That worked perfectly. Thank you!

    #1422649

    Hi,

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

    Best regards,
    Rikard

    #1422657

    You can close this one. Thanks!

    #1422670

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search Box Font Does Not Follow Settings’ is closed to new replies.