Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #201816

    Hi 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,
    Ismael

    #204545

    No, 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.
    #204614

    Hi!

    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!
    Yigit

    #204689

    Hi 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!

    #204700

    Hey!

    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!
    Yigit

    #204715

    Thank you!

    #204719

    Hi!

    You are welcome! Glad we could help

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu Type’ is closed to new replies.