• Resolved cchen555

    (@cchen555)


    When hovering over the submenu of “Products” in the header, it seems to be covered by the cover block. This only happens when I have a cover block right below the header. Please help.

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

Viewing 1 replies (of 1 total)
  • Thread Starter cchen555

    (@cchen555)

    Found a solution, going to Appearance > Customize > Additional CSS and leaving in this code snippet below should solve it. Can apply to other themes.

    header.wp-block-template-part { position: relative;z-index: 1000; }

    header.wp-block-template-part + div {
    position: relative;z-index: 1;
    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.