Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. FULLSCREEN OVERLAY FOR SUBMENU?

FULLSCREEN OVERLAY FOR SUBMENU?

Scheduled Pinned Locked Moved General Discussion
4 Posts 2 Posters 53 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    itspedro
    wrote on last edited by
    #1

    Hi,

    I've been wanting to create a submenu with a fullscreen overlay with a background blur.
    I've recreated the idea using a single Page in the Menu with overlay, but this is causing the underlying text to look funny and the X comes up in some instances, although it is not activated.

    Would it be possible to create a submenu with an overlay function that covers the complete screen? I've added an example to the post.

    (Screenshot 2025-06-05 at 20.09.39.png

    1 Reply Last reply
    0
    • I Offline
      I Offline
      itspedro
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • arminunruhA Offline
        arminunruhA Offline
        arminunruh
        Global Moderator
        wrote on last edited by
        #3

        hey so u have multiple submenus stacked into each other like so:

        Screenshot 2025-06-06 at 08.49.18.png

        not sure if this works correctly, not sure if lay currently supports this

        pls make sure your customizer settings look like this, specifically background opacity should be set to 0

        Screenshot 2025-06-06 at 08.56.42.png

        then use this css

        .sub-menu::after{
            width: 9999vw;
            height: 9999vh;
            background-color: rgba(255,255,255,0.5);
            backdrop-filter: blur(20px);
            content: '';
            display: block;
            position: fixed;
            top: -200vh;
            left: -200vw;
            z-index: -1;
            pointer-events: none;
        }
        

        Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"

        result:
        Screenshot 2025-06-06 at 08.57.48.png

        1 Reply Last reply
        0
        • I Offline
          I Offline
          itspedro
          wrote on last edited by
          #4

          It works! Much appreciated.

          1 Reply Last reply
          1
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          I also code custom websites or custom Lay features.
          šŸ’æ Email me here: šŸ’æ
          info@laytheme.com

          Before you post:
          1. When using a WordPress Cache plugin, disable it or clear your cache.
          2. Update Lay Theme and all Lay Theme Addons
          3. Disable all Plugins
          4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

          This often solves issues you might run into

          When you post:
          1. Post a link to where the problem is
          2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
          3. If the problem is difficult to explain, post screenshots / link to a video to explain it
          Online Users
          O
          oli
          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
          laytheme.com
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Recent
          • Tags
          • Popular
          • Users
          • Search