Mobile Top menu items - by capri_2794 - on WordPress WooCommerce support

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

  • Avatar: capri_2794
    capri_2794
    Participant
    November 25, 2018 at 19:33

    Hello,

    On top menu of mobile website, there are social media icons. But I want there to be the Sign in and Register tabs. Kindly guide me through this. https://prnt.sc/lmtgbg

    Regards

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 26, 2018 at 09:31

    Hello,

    Please add this code in Global custom css:

    @media only screen and (max-width: 992px) {
        .top-bar .top-links .links {
            display:  block;
        }
        .top-bar .languages-area{
            display:  none;
        }
    }

    Regards

    Avatar: capri_2794
    capri_2794
    Participant
    November 30, 2018 at 06:25

    Top icons have been removed but now it shows plain black bar. I want there to be the “Sign In” and “Register” options.

    Please guide.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2018 at 09:25

    Hello,

    Please change the previous code to:

    @media only screen and (max-width: 992px) {
        .top-bar .top-links .links {
            display: block !important;
        }
        .top-bar .languages-area{
            display:  none;
        }
    }

    Regards

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