[Resolved] Navigation and search icon/box with trasnparent background

Home Forums Support [Resolved] Navigation and search icon/box with trasnparent background

Home Forums Support Navigation and search icon/box with trasnparent background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #521516
    Cristina

    I have the search bar enabled (far right), but i also have the menu with a transparent background.
    My problem is:
    When i click the search and suppose i start typing, i can see the menu bellow, so is confusing.
    Anyway to put only when search slides open a ” white background” above menu to see the typing?

    I’ve searched the files, but i can’t find that style (and don’t want tom mess things up…)

    #521728
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .navigation-search input[type="search"], 
    .navigation-search input[type="search"]:active,
    .navigation-search input[type="search"]:focus {
        color: #000;
        background-color: #fff;
    }
    #521737
    Cristina

    Hi, thank you so much!

    That solved it 🙂

    #521954
    Leo
    Staff
    Customer Support

    No problem!

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