WPML top bar language menu - by d4r1uzzo

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

  • Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    March 27, 2019 at 13:36

    Hello,
    it is possible to correct the drop-down menu in the top bar which appears as follows:

    http://prnt.sc/n3m82g

    with this view:

    http://prnt.sc/n3m8hd

    Greetings,
    Dario

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2019 at 13:45

    Hello,

    .top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        background-color: #1b1b1b;
    }
    .top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover {
        background-color: #a2185b;
    }
    .top-bar .wpml-ls-sidebars-languages-sidebar a {
        width:100%;
    }  
    .top-bar .wpml-ls-sidebars-languages-sidebar a:hover,
    .top-bar .wpml-ls-sidebars-languages-sidebar a:hover {
        background-color: transparent;
        border-color:  transparent;
    }

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    March 27, 2019 at 14:04

    Perfect,
    lastly, is it possible to remove the “Sign in or register” link in the mobile version?

    http://prnt.sc/n3mpzb

    Greetings,
    Dario

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2019 at 14:12
    .navbar-header.show-in-tb-right {
        display: none;
    }

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    March 27, 2019 at 14:41

    The code works,
    Is it possible to remove the border to the right of the language menu?

    http://prnt.sc/n3ndlr

    Thank you,
    Dario

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2019 at 14:44
    .top-bar #icl_lang_sel_widget-6 {
        border-right:  none;
    }

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    March 27, 2019 at 15:05

    Thank you,
    finally, what is the class to remove this margin between the prewfooter area and the footer?

    http://prnt.sc/n3nt96

    Greetings,
    Dario

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2019 at 15:14

    You’re welcome!
    Please provide temporary wp-admin access.

    Regards

    Avatar: d4r1uzzo
    d4r1uzzo
    Participant
    March 27, 2019 at 15:23

    Link in the private area

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 27, 2019 at 15:39
    .prefooter .etheme_widget_satick_block {
        display: block;
    }

    Regards

  • 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.