Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #596520

    Hello!

    Is there a limit to the number of menus you can create in a site running Enfold?

    I have a client who wants to do custom per-page menus and I don’t know how many of those she will need, just wanted to check on whether there is a limit. I did not see this on the sales page– I see unlimited sidebars, but it does not mention menus.

    Also, if there are custom per-page menus, is it possible to change the menu font color only on that one page or for that one menu?

    Thanks in advance for any help you can give.

    #596571

    Hi Julie!

    Thanks for reaching out to us!

    There is no limit in WordPress or Enfold as to the number of menus you can have. To change the font color for each menu on a specific page that will require CSS code for each menu’s font color you want changed.

    Regards,
    Jordan

    #596576

    Hi Jordan,

    This is great news!

    A link to a sample page is below. Can you assist with the CSS selector to customize the menu font color for it?

    Per-page menus are set up using this plugin: https://wordpress.org/plugins/zen-menu-logic/.

    Thank you so much for your help!

    #596609

    Hey!

    The site is in maintenance mode so I am unable to see anything. Please provide access if you can and I can provide you with the CSS selectors. If possible you can also tell me which pages you need the color of the menu font changed on.

    Cheers!
    Jordan

    #596611

    Hey Jordan,

    Whoops! Sorry about that– forgot that was turned on.

    I have turned it off now and the link provided earlier is for the page with the menu that I want to change the font color on– the only menu link is to that page.

    Thanks much!

    #596613

    Hey!

    If you happen to have menu issues, you can refer to this thread – http://kriesi.at/documentation/enfold/enfold-menu-item-limit/

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-36 .avia-menu-text {
        color: orange;
    }

    Best regards,
    Yigit

    #596624

    Hey Yigit,

    Works perfectly, this is exactly what I needed.

    Thanks a million!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Is there a limit to how many menus you can create in Enfold?’ is closed to new replies.