Menu Top Bar - by oscanecos - on WordPress WooCommerce support

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

  • Avatar: oscanecos
    oscanecos
    Participant
    August 18, 2015 at 17:22

    Hello, i have a menu on the top bar.
    I would like:

    1- When the buton is click the background now is white, i would like to be #00c9b7
    2 I would like that the menu and the [share] icons be on the center and don’t on the top bar

    3 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    August 18, 2015 at 17:52

    Hello,

    1. Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .widget_nav_menu li.current-menu-item a {
        background-color: #00c9b7;
    }

    2. Add this code in Global Custom CSS:

    .top-bar .topbar-widget {
        float: none;
        vertical-align: middle;
    }
    .languages-area {
       margin-top: 20px;
    }

    Regards,
    Eva Kemp.

    Avatar: oscanecos
    oscanecos
    Participant
    August 18, 2015 at 17:56

    It works very well. Thank you very mutch!

    Avatar: Eva
    Eva Kemp
    Participant
    August 18, 2015 at 18:05

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Menu Top Bar’' 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.