How come when I set the menu bar to be fixed sticky, it show the light theme and not the dark theme of the template? Can you fix this so it show the correct menu style?

    Hi 1option,
    I have checked on our demo and the option working fine, you can try add the following CSS code to the Tools > Custom CSS:

    #t4-header { 
         background: #000;
    } 
    
    .not-at-top #t4-header.t4-sticky {
      background: #000;
    }

    Send me the admin account if you still face this issue.

    7 days later
    This message is visible to Moderators only
    hidden content

      Hi 1option,
      This is off-canvas menu, you can use the following CSS code to custom the background color:

      .t4-offcanvas .t4-off-canvas-header {
        background: #000;
      }
      .t4-offcanvas {
        background: #000;
      } 
      Write a Reply...
      You need to Login to view replies.