Okay
  Public Ticket #2830832
Menu Link color
Closed

Comments

  • HeshMedia started the conversation

    Hello dear Kalium team,

    is it possible to change or remove the colour in the sub-menu links?
    And can i change the size? 

    I only use it for Multilanguage, please see attachment picture.

    Thanks for help. greetings Dirk

  • [deleted] replied

    Hi Dirk,

    Can you please share your WordPress credentials, because I need to login to your site and test this live.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   HeshMedia replied privately
  • [deleted] replied

    Hi Dirk,

    Please add the code below to your Custom CSS area:

    .standard-menu-container .menu>ul ul.open-from-left, .standard-menu-container ul.menu ul.open-from-left {
        border: 1px solid #dd9933;
        background-color: transparent !important;
    }
    .standard-menu-container .menu>ul ul, .standard-menu-container ul.menu ul {
        min-width: auto !important;
    }
    Have a nice day!

  • HeshMedia replied

    Hey Ylli, thanks we got half way there... still the background is there and the font is white... could you please further help me. no Background color and the font yellow... thanks...

    its little weird, that this are no default customizer options...

    Tanks Dirk


  • [deleted] replied

    Hi Dirk,

    I just added this Custom CSS to your are:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
        border: 1px solid #dd9933;
        background-color: transparent !important;
    }
    Thanks!