-
AuthorPosts
-
December 18, 2013 at 5:18 pm #201595
How do I get the type in the menu to be a different color then the type used for menu buttons? I’ve tried some css code in the box under settings (trying to avoid programming costs here) but it doesn’t take – http://juicejavacafe.com.
December 19, 2013 at 2:42 am #201816Hi adworks!
When you say menu type, are you talking about the font type of the menu items? You can use this on your Quick CSS:
.main_menu ul:first-child > li > a { font-size: 13px; font-family: 'Raleway', sans-serif; }
Change the Raleway font to something else. Change the menu color using this:
.header_color .main_menu ul:first-child > li > a { color: blue; }
Best regards,
IsmaelJanuary 2, 2014 at 5:40 pm #204545No, I am fine with both the font and the font color sitting ON the (wood image) header – my issue is that this same color then becomes the color used for the dropdpwn text (roll over “our menu” for an example… and I want this to be a DIFFERENT color (one that isn’t almost impossible to read) like #666666.
Also can you get rid of the thin outline on the menu drop down itself.
And lastly – there is an upgrade out. What happens to all the little edits I have done to the theme (within the theme, not custom programming) if I upgrade? Do they transfer over to the new or are they replaced.
- This reply was modified 10 years, 10 months ago by adworks.
January 2, 2014 at 7:19 pm #204614Hi!
1)Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu .menu ul li a { color: #666666; }
2)
.main_menu .menu ul li a { border-right-style: none; border-left-style: none; }
3) Your settings in Enfold theme options will stay the same as long as theme names are matching when you update. If you have not made any changes on theme files, you should not worry about it
Cheers!
YigitJanuary 2, 2014 at 9:26 pm #204689Hi Yigit,
I can’t seem to figure out how to change the main menu’s font size. Can you please tell me the code for that?
Thanks!
January 2, 2014 at 10:14 pm #204700Hey!
Sure, you can simply add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_menu ul:first-child>li>a { font-size: 17px; }
Cheers!
YigitJanuary 2, 2014 at 10:40 pm #204715Thank you!
January 2, 2014 at 10:41 pm #204719 -
AuthorPosts
- The topic ‘Menu Type’ is closed to new replies.