Search / Picture

Hi,

Is it possible to add the picture of product on a search result ?

When i'm looking for a product (search bar > title or keywords) i have search result but without picture...

Thank you.

Comments

  • Hi,
    Sorry but for now this is not possible to do with theme options. You would have to change the files directly and we do not support such changes.
    thanks
  • It's a request of my customer, I must find a solution.

    You probably know how to make, even if it's paying, say to me.
  • What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Item Policy clearly says:
    Item support does not include services to modify or extend the item beyond the original features, style and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio
  • Yes, it's what i say : 

    If i must pay ok. How can i contact the author ?
  • We do not make paid theme customization but we can recommend our friend who makes these kind of modifications. Contact him on this email : [email protected]
  • Ok, thanks. Could you please explain to me how i can change font color of "saisissez votre recherche" the text of search ?
  • Could you please send a link to your page, you will need custom css.
  • Ok sure : nlcdeco.fr
  • Use this css 
    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #909;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #909;
    opacity: 1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #909;
    opacity: 1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #909;
    }
    Change the color to any you want.
Sign In or Register to comment.