Site logo

Archived topic

Transparent Menu Search

5 replies · Started by Mindy on March 26, 2017

Viewing posts 1–6 of 6

Hello,

I am trying out the GP transparent menu and it's great!

Is it possible to have the transparency go away when "search" is clicked? It's difficult to see your own typing.

Thank you!!

Any chance you can link me to your page? That might be something I need to fix in the next version, but should be able to provide you with some code :)

Thanks Tom! https://goo.gl/vWNB1d

It gets especially tricky on mobile, you end up typing over the logo. :)

Ah, give this a shot:

.navigation-search input[type="search"], 
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus {
    background: rgba( 0,0,0,0.5)
}

That's perfect! Thank you so much Tom!!! :)

You're welcome :)

This archived topic is closed to new replies.