• Resolved Oxygen89

    (@oxygen89)


    Hi all,

    Right now, i’m having this kind of search box, but, i need the search box to remain open like this.

    Could this be possible.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • rdellconsulting

    (@rdellconsulting)

    Site link as usual?

    Thread Starter Oxygen89

    (@oxygen89)

    Thread Starter Oxygen89

    (@oxygen89)

    Any thoughts?

    rdellconsulting

    (@rdellconsulting)

    This should do it (look to remove the existing definition of .my-nav-menu-search .search-field if you can)

    .my-nav-menu-search .search-field:active, .my-nav-menu-search .search-field:focus, .my-nav-menu-search .search-field {
      border: 2px solid #c3c0ab;
      box-shadow: none;
      color: #5a5a5a;
      cursor: text;
      margin: 0;
      outline: 0 none;
      width: 70px;
    }
    Thread Starter Oxygen89

    (@oxygen89)

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Modifying search box’ is closed to new replies.