[Resolved] Transparent Menu Search

Home Forums Support [Resolved] Transparent Menu Search

Home Forums Support Transparent Menu Search

  • This topic has 5 replies, 2 voices, and was last updated 7 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297578
    Mindy

    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!!

    #297588
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #297627
    Mindy

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

    It gets especially tricky on mobile, you end up typing over the logo. πŸ™‚

    #297656
    Tom
    Lead Developer
    Lead Developer

    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)
    }
    #297663
    Mindy

    That’s perfect! Thank you so much Tom!!! πŸ™‚

    #297664
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.