Search bar disappears after clicking magnifying glass icon (Spotlight theme)

Solved

Search bar disappears after clicking magnifying glass icon (Spotlight theme)

loganblake011
Tourist
7 1 0

I click the magnifying glass icon and the search bar appears for a split second, then disappears. Once that happens, the whole site freezes; I'm unable to click on anything or even scroll. Please help.

Accepted Solution (1)
loganblake011
Tourist
7 1 0

This is an accepted solution.

Update 2:

I fixed it. For anyone else with this issue, find the chunk of code below in your base.css location, then set the opacity to 1.

details[open]>.search-modal {
opacity: 0;
animation: animateMenuOpen var(--duration-default) ease;
}

View solution in original post

Replies 2 (2)

loganblake011
Tourist
7 1 0

Update: The search bar functionality still works, but it's invisible.

loganblake011
Tourist
7 1 0

This is an accepted solution.

Update 2:

I fixed it. For anyone else with this issue, find the chunk of code below in your base.css location, then set the opacity to 1.

details[open]>.search-modal {
opacity: 0;
animation: animateMenuOpen var(--duration-default) ease;
}