Viewing 7 posts - 1 through 7 (of 7 total)
  • #54663
    onehipcat
    Member
    Post count: 170

    I was wondering if there was a way to move the search box and make it more like a regular search box.

    It currently drops down below the menu. Is there any way to have the search box be right next to the search icon? (see snapshot of where I’d like it placed).

    Thanks!

    #54786
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You could, but it would cover the menu items. Try this css:

    .ajax-search-wrap {
      position: absolute;
      right: 40px;
    }
    .ajax-search-wrap:after {
      border: none;
    }

    – Kyle

    #57814
    onehipcat
    Member
    Post count: 170

    That didn’t work. See snapshot of what I’d like to do.

    #57816
    onehipcat
    Member
    Post count: 170
    This reply has been marked as private.
    #57953
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #58634
    onehipcat
    Member
    Post count: 170

    That worked perfectly. But, can you tell me what CSS I would need to make the words “Search” the color black? Thanks.

    #58644
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You will need to add this custom css:

    ::-webkit-input-placeholder {
       color: #000;
    }
    :-moz-placeholder { /* Firefox 18- */
       color: #000;  
    }
    ::-moz-placeholder {  /* Firefox 19+ */
       color: #000;  
    }
    :-ms-input-placeholder {  
       color: #000;  
    }

    Hope this helps

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register