Okay
  Public Ticket #1534341
Top Menu Bar
Closed

Comments

  •  3
    swedenaskari started the conversation

    Hello

    Did the Top Menu Bar get taller? it was not that size before the update. How can i make it shorter like before?

    Also the colors of the language switch bar has changed and i tried all different colors to get it back like before but its not working to have white hover color over the fonts when having mouse hover the text.

  •  1,559
    Laborator replied

    Hi there,

    The menu didn't get taller as it was untouched from this update, can you tell us which of your demos is experiencing issues and if possible please provide the login credentials so we can see what the problem can be.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   swedenaskari replied privately
  •  1,559
    Laborator replied

    Hi there,

    Try adding these CSS lines to your Custom CSS area:

    .woocommerce .wcml-dropdown.product {
        margin: 0px;
    }
    .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
        background-color: transparent;
    }
    .wpml-ls-statics-shortcode_actions {
      background-color: transparent;
    }
    .wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {
      border-color: transparent;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group