• Dear Oceanwp Team,
    How can I change the z-index of the top bar so that it is behind the menu/header?
    Thank you and best regards,
    KElli

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

Viewing 1 replies (of 1 total)
  • Hi,

    By adding the below CSS code, you can change the Z-index value for the top bar as per your need.

    #site-header.medium-header .top-header-wrap {
        z-index: 9999;
    }

    If not resolved by the above, share the snaphsot for the exact issue.

Viewing 1 replies (of 1 total)
  • The topic ‘z-index of top bar’ is closed to new replies.