Okay
  Public Ticket #2346157
custom sticky menu
Closed

Comments

  •  4
    plus4 started the conversation

    Hello,

    I need to have a specific color in my portfolio menu (only for portfolio items) : white when the sticky menu is on the top, primary-color (#00c6c9) when you scroll (top-reveal). I try all settings in page options.

    I set this in custom CSS area:

    .single-portfolio ul.menu > li > a{ color:#fff !important; }

    But what about the scrolling sticky menu? Thanks

  •  1,559
    Laborator replied

    Hi there,

    I have added this CSS to Custom CSS:

    .single-portfolio .sticky-fixed ul.menu > li > a {
        color:#00c6c9 !important;
    }
    .sticky-fixed .standard-menu-container.menu-skin-dark ul.menu > li > a:after, 
    .sticky-fixed.standard-menu-container.menu-skin-dark div.menu > ul > li > a:after,
    .sticky-fixed.standard-menu-container.menu-skin-dark ul.menu ul,
    .sticky-fixed.standard-menu-container.menu-skin-dark div.menu > ul ul {
        background: #00c6c9 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    plus4 replied

    Thanks a lot !

  •  1,559
    Laborator replied

    You're welcome, take care!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    plus4 replied

    Hello,

    The color problem in the sticky menu came back with the last update. No change in custom css you've made.

    Thanks for your help.

  •  4
    plus4 replied

    See example attached. It appears only with white menus (on portfolio single pages).

  •  1,559
    Laborator replied

    Hi there,

    That's because we have worked on the menu on the latest updates and some classes have changed so I had to change also the CSS which I provided previously.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    plus4 replied

    Many thanks !