My menu overlaps the logo but I need all the menu items.
A How can I set a different font (at the moment it is Signika Negative in bold) for the menues only?
B How can I get the magnifier from header menu to top menu? Or in the sidebar?
C My top menu has only two entries plus the telephone number, but the number is shown beyond those two instead of nearby. What can I do?
Thanks!
Hi mmoesslang,
A) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .main_menu .menu li a {
font-family: Arial;
}
Read more about font-family http://www.w3schools.com/cssref/pr_font_font-family.asp
B) I don’t know of a way to easily move the search icon/functionality from the main menu as its kind of a theme function. I’ve asked Kriesi about it just now and will update when I know more.
C) We’ll need to see the issue live to inspect the code and see whats going on. So if you can provide a link, we’ll look further.
Regards,
Devin