Secondary Menu Issues - by zapmaze - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: zapmaze
    zapmaze
    Participant
    May 11, 2018 at 08:26

    Hi there,

    I’m having some issues with the secondary menu, it’s not matching the rest of the header, please see this screenshot: https://prnt.sc/jgfy1i

    It’s off center and there are two blue lines on either side of it (is there a way to get rid of this?). I also changed it to the light theme in the 8theme options but it still appears as dark text.

    I disabled it for now as it doesn’t look the way I would like it.

    Can you please help me with this?

    Thanks,
    Cindy

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 11, 2018 at 10:12

    Hello,

    Please add this code in Custom css:

    .secondary-menu-wrapper .secondary-title, .secondary-menu-wrapper .secondary-title:after {
        color:  white;
    }
    .secondary-menu-wrapper .secondary-menu-toggle .icon-bar,
    .header-smart-responsive .header-wrapper .menu-more .menu-more-toggle span,
    .header-smart-responsive .header-wrapper .menu-more .menu-more-toggle span:after, 
    .header-smart-responsive .header-wrapper .menu-more .menu-more-toggle span:before {
        background:  white;
    }
    .header-smart-responsive .header-wrapper .menu-more .menu-more-toggle:after {
        border-color:  white;
    }
    .secondary-menu-wrapper .secondary-title {
        top: -8px;
    }
    .et-secondary-visibility-on_hover .secondary-menu-wrapper:hover .menu {
        top: 86%;
    }
    .header-wrapper.header-advanced .secondary-title {
        border:  none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.