Mega Menu - by plush - on WordPress WooCommerce support

This topic has 10 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: plush
    plush
    Participant
    September 9, 2015 at 04:55

    Hello,

    If you look at my menu set up for “Hers” I have two categories under it, how do I have the category title display and have it centered(as right now it only displays title when you scroll over it and the title is not centered). I would like it to look more like the preview sample you guys have on classico theme victoria demos menu where the titles show and are centered and highlight when the mouse goes over it as it’s visually appealing. Thank you.

    9 Answers
    Avatar: plush
    plush
    Participant
    September 9, 2015 at 06:30

    I noticed the menu sub titles appear on safari and chrome browsers, but not on firefox browsers? Also like mentioned in above the menu titles are not centered and I would like to have it centered. It’s odd because the menu colors are different in firefox compared to safari/chrome.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 9, 2015 at 07:08

    Hello,

    Please add this code in Global Custom CSS:

    .menu .item-design-full-width .nav-sublist-dropdown ul > li > a {
        color: #5969ff;
        text-align: center;
    }

    Best regards,
    Jack Richardson.

    Avatar: plush
    plush
    Participant
    September 9, 2015 at 07:21

    That centered things thank you for that. But if you look on a firefox browser the menu titles still don’t show unless you hover over it? For safari/chrome browsers they are visible.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 9, 2015 at 12:13

    Hello,

    I’ve added “!important” to the color value in the code.
    Please check now.

    Best regards,
    Jack Richardson.

    Avatar: plush
    plush
    Participant
    September 9, 2015 at 17:31

    Yes the sub menu titles now show on firefox. I noticed now that on all the browsers when you hover over the sub menu title it does not highlight or change color on the title any longer. Can you please correct that? Thank you.

    Avatar: plush
    plush
    Participant
    September 9, 2015 at 17:40

    And sorry to add to this but can I have the sub menu titles be underlined only when I hover over it? Thank you.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 9, 2015 at 17:52

    Hello,

    Please try to use the following code in Global Custom CSS.

    .menu .item-design-full-width .nav-sublist-dropdown ul > li > a:hover{
        text-decoration: underline;
    }

    Regards,
    Robert Hall.

    Avatar: plush
    plush
    Participant
    September 9, 2015 at 19:34

    Great thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 9, 2015 at 19:47

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.