• Hi
    I have smartslider in my homepage with 2 slides, when it change to the second slide my menu bar can’t be seen, what can I do to change the color of the bar menu whenever the slide change to the second ??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter freddyee

    (@freddyee)

    and also in the mobile version of the menu icon

    Hello,

    Visited your site but not getting any issue with the desktop.

    For the mobile view, you can change the menu icon color, add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
        background-color: #13f03e;
    }

    PS- change the color code as per need.

    Thread Starter freddyee

    (@freddyee)

    on the mobile view, Im referring to the background color of the hamburger icon, not the icon itself, is there an option to put color to that ?

    Thread Starter freddyee

    (@freddyee)

    any solution for that ?

    Hello,

    Please try the below CSS code,

    @media only screen and (max-width: 959px){
    .oceanwp-mobile-menu-icon .mobile-menu {
        background-color: #59d621;
    }
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change color header menu’ is closed to new replies.