MEGA MENU - by joestam - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 5 years, 4 months ago ago by John Holden

  • Avatar: joestam
    joestam
    Participant
    July 30, 2020 at 13:18

    Hello, is it possible to center the Mega Menu?
    And also how can i make Bold the Category Titles in the Mega menu?
    Thanks in advance.

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2020 at 14:19

    Hello,

    1) Try to add the next code in Theme Options > Theme Custom CSS:

    .nav-sublist-dropdown {
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        animation: et-fadeIn .3s ease !important;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
    }
    .item-design-mega-menu {
        position: static;
    }
    .item-design-mega-menu:hover .menu-static-block.nav-sublist-dropdown {
        opacity: 1;
        visibility: visible;
    }

    2)

    .item-design-mega-menu .menu-parent-item > a {
        font-weight: bold;
    }

    Regards

    Avatar: joestam
    joestam
    Participant
    July 30, 2020 at 17:56

    It works perfectly!!!!!
    THANKS

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2020 at 19:43

    You’re welcome!

    Regards

    Avatar: joestam
    joestam
    Participant
    August 3, 2020 at 17:46

    Hello iv noticed that in the menu there is one title that dosent change to BOLD,
    please see the print screen. How can i fix that?
    null

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 3, 2020 at 19:37

    Hello,

    Change the previous code to:

    .item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
        font-weight: bold;
    }

    Regards

    Avatar: joestam
    joestam
    Participant
    August 3, 2020 at 20:39

    Thank you very much it works fine!

    Avatar: John Holden
    John Holden
    Participant
    August 4, 2020 at 03:29

    Hi,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/xstore-responsive-woocommerce-theme/reviews/15780546

    Your feedback is the motivation to improve our work and services.

    Regards,
    Hung PD

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

The issue related to '‘MEGA MENU’' has been successfully resolved, and the topic is now closed for further responses

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