-
AuthorPosts
-
October 15, 2023 at 12:28 am #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.
October 15, 2023 at 8:16 am #1422522hm – 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. )October 15, 2023 at 3:40 pm #1422551Excellent! That worked perfectly. Thank you!
October 16, 2023 at 12:54 pm #1422649Hi,
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,
RikardOctober 16, 2023 at 2:11 pm #1422657You can close this one. Thanks!
October 16, 2023 at 4:34 pm #1422670Hi,
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 -
AuthorPosts
- The topic ‘Search Box Font Does Not Follow Settings’ is closed to new replies.