• I would like to hide the white nav bar that is currently displayed above the teal header

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

Viewing 1 replies (of 1 total)
  • Theme Author Wow-Company

    (@wpcalc)

    Hello.

    Add the next CSS code

    .navbar {
      display: none !important;
    }
    In the site dashboard:
    
    Go to the page 'Appearance'->'Customize'
    Click 'Additional CSS'
    Add CSS code
    Click 'Published'
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Nav Bar’ is closed to new replies.