• Resolved caitanya

    (@caitanya)


    Hi, is there a way to change the logo and navigation color on scroll in the plugin itself?

    I used this for logo, but it would be great to add the scroll down logo in the plugin.

    .she-header .elementor-widget-container img {
    content:url(logo_color.png) !important;
    }

    However, for the text it won’t work:

    .she-header .elementor-41 .elementor-element.elementor-element-b769683 .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li > a {
    color: #000000 !important;
    }

    without .she-header it changes the color, but I want it only when scrolled down.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Hi, try this code

    .she-header .jkit-menu > li > a {
    color: #000000 !important;
    }

    Without a link I can’t check myself. Let me know if this works.

    Thread Starter caitanya

    (@caitanya)

    Hi, thank you – it works – it just needs the .she-header in front ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Logo and Navigation on scroll’ is closed to new replies.