Home Forums WoodMart support forum Search Only Text No Image and Price

Search Only Text No Image and Price

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #357083

    CyberDome
    Participant

    Search Only Text No Image and Price Like below Attachment image

    Attachments:
    You must be logged in to view attached files.
    #357088

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .autocomplete-suggestion .price,
    .autocomplete-suggestion .suggestion-thumb,
    .autocomplete-suggestion .suggestion-sku {
    	display: none;
    }
    
    .autocomplete-suggestion .wd-entities-title {
    	margin-bottom: 0;
    }

    Regards.

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