Ixion – Color of active top menu item

  • Unknown's avatar

    I am using the Ixion theme. Currently, the top menu items are white. I would like to change the top menu item that is active to another color.

    Could you please provide the CSS code to make this change?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    What is the color you are trying to change the ‘active’ menu text to is not white?

    Also, as a reminder your Premium Plan upgrade includes priority live chat support so with this in mind we can take a closer look at your issue in realtime here, no need to wait for a reply in our forums: https://wordpress.com/help/contact

    Hope this helps!

  • Unknown's avatar

    Hello,

    I would like to change the top menu item that is active to #E3E2DF.

    Thank you!

  • Hi there,

    Try the following code and let me know if it does what you’re describing.

    .main-navigation ul > li.current-menu-item > a, .main-navigation ul > li.current_page_item > a {
        color: #E3E2DF !important;
    }
  • Unknown's avatar

    Thank you for the code!

    It works for top menu items with a single-level. If there is a submenu, only the active submenu item changes color. The top menu item is not changed.

    For example:
    >What We Do>Legislation is active, the color of only “Legislation” is changed. How can the “What We Do” also be changed?

    FYI – I decided to change the active color from #E3E2DF to #942432.

    Thank you for your help.

  • Hi there,

    You can try the following CSS:

    /* change current menu parent item color | eD */
    #top-menu li.current-menu-parent a {
    	color: #942432;
    }

    Also as a reminder, you have priority livechat support with your WordPress.com Premium Plan. Rather than wait for a reply here in our public forums, you are welcome to start a livechat with us here to get help in realtime: https://wordpress.com/help/contact

  • Unknown's avatar

    Thank you for your help!!

  • The topic ‘Ixion – Color of active top menu item’ is closed to new replies.