BurningOaksNI Posted February 23 Share Posted February 23 Hey so I just want the summaries with the picture and the product name to show up when people use the search function on the website but text is showing up as well as images and I don't know how to get rid of them. I've already tried the below and it hasn't worked for me, does anyone have suggestions? /* Hide IMAGES that match search criteria */ .search-result .sqs-search-container-item.sqs-post.sqs-post-type-image.ContentItem.sqs-search-page-item { display: none; } /* Hide ATTACHMENTS that match search criteria */ .search-result .sqs-search-container-item.sqs-post.sqs-post-type-attachment.ContentItem.sqs-search-page-item { display: none; } .sqs-post:not( .sqs-post-type-store-item ) { display : none; } Link to comment
Beyondspace Posted February 23 Share Posted February 23 46 minutes ago, BurningOaksNI said: Hey so I just want the summaries with the picture and the product name to show up when people use the search function on the website but text is showing up as well as images and I don't know how to get rid of them. I've already tried the below and it hasn't worked for me, does anyone have suggestions? /* Hide IMAGES that match search criteria */ .search-result .sqs-search-container-item.sqs-post.sqs-post-type-image.ContentItem.sqs-search-page-item { display: none; } /* Hide ATTACHMENTS that match search criteria */ .search-result .sqs-search-container-item.sqs-post.sqs-post-type-attachment.ContentItem.sqs-search-page-item { display: none; } .sqs-post:not( .sqs-post-type-store-item ) { display : none; } Can you share your URL so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
BurningOaksNI Posted February 23 Author Share Posted February 23 https://www.burningoaks.co.uk/shop Password: checkthis Link to comment
Beyondspace Posted February 23 Share Posted February 23 You can try adding to Home > Design > Custom Css .search-result .sqs-content .sqs-content { display: none; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted February 23 Share Posted February 23 My result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment