• Resolved karshacacia

    (@karshacacia)


    Theme: Store

    The Store theme automatically adds a window overlay to all of the pages. I would like to know how to “hide” it using custom CSS code.

    The dark semi-transparent window right over the footer.

    I was trying to work on the code myself but im not sure how close I am:

    body.page-id-49 .mega-container { background-color: rgb(189 85 218 / 0.0); }

    The home page is id-49.

    Thanks in advance!

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

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

    (@karshacacia)

    I was able to get the background removed on the page id-49 as I intended. Here’s the code that worked for me if anyone else is interested:

    body.page-id-49 .mega-container { background-color: rgb(189 85 218 / 0.0); }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove overlay window on Home page’ is closed to new replies.