This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Search Box icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52325
    Markm317705Markm317705
    Participant

    How do I add a side svg icon to my search box, please see enclosed image sample. I am using Simple Grey Horizontal theme. Thanks.

    #52328
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I believe the easiest way to do it is via custom CSS and embedded SVG, so no modifications are needed to the form itself:

    .proinput {
       padding-left: 30px !important;
    }
    
    .proinput:before {
      content: "";
      position: absolute;
      display: block;
      left: 0px;
      top: 0;
      bottom: 0;
      width: 20px;
     background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
    }
    #52332
    Markm317705Markm317705
    Participant

    Thank you for the quick reply, worked perfectly. Love Ajax Search Pro!

    #52345
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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