Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2121885
Menu settings
Closed

Comments

  • Kasper started the conversation

    Hi there,

    Im trying to figure out how this theme works. Specifically the menu header area. I would like to create the same effect as the url I submitted. Transparant menu, on top of slider, and when you scroll down the page the menu changes color and the logo changes. Where in the settings can I find this??

    Thanks in advance!

    Grtzz, Kasper

  •  444
    Sergio replied

    Hi, not quite sure what do you mean. Can you pls provide more details (screenshots)?

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • Kasper replied

    Ow, I'm sorry, I submitted an url in this ticket from a demo page of scalia. It is this page:

    http://codex-themes.com/scalia/landing-page/

    The menu here is transparant on a slider. When you scroll down the menu gets a backgroundcolor and the logo changes from white to color. How did you guys get this effect, I cant find it anywhere.

    Thanks in advance.

    Grtzz, Kasper

  •  444
    Sergio replied

    We use next custom css code for this page:

    .top-area {
        display: none;
    }
    #site-header.fixed{
          background: transparent;
    }
    .site-header.animated-header.shrink.fixed {
          background-color: rgba(255, 255, 255, 0.95) !important;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.