Katariina123 Posted October 27, 2019 Share Posted October 27, 2019 Hello! Is there anyway to customize search result page? I have Rally template. I would like to have only photos in search result, without any titles, texts or anything. Does anyone know how to hide them? Link to comment
tuanphan Posted October 27, 2019 Share Posted October 27, 2019 @Katariina123 Add to Home > Design > Custom CSS .sqs-search-page .sqs-main-content { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Katariina123 Posted October 29, 2019 Author Share Posted October 29, 2019 That code didn't do anything! Link to comment
tuanphan Posted October 29, 2019 Share Posted October 29, 2019 @Katariina123 Can you share your search page url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Katariina123 Posted October 29, 2019 Author Share Posted October 29, 2019 https://wrasse-asparagus-s4ws.squarespace.com/ Password: kirsi Search for example "beach". Especially in mobile, the pictures are super small, but as you can see, the point of the website is images, so I would like to hide titles and tags and any text from search, and have bigger images. Thank you so much! Link to comment
tuanphan Posted October 29, 2019 Share Posted October 29, 2019 Add to Home > Design > Custom CSS @Katariina123 /* Hide all content, title */ .search-results .sqs-content { display: none; } /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100%; } .search-results .search-result { float: left; width: 33%; } Katariina123 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Katariina123 Posted October 29, 2019 Author Share Posted October 29, 2019 Thank you so so so much! It looks much better now! If you are still interested in working with this, the mobile doesn't really work, it shows filenames, and the view gets scrambled. It sometimes does it also in desktop. Link to comment
Katariina123 Posted October 29, 2019 Author Share Posted October 29, 2019 example, with the tag "nature", it gets scrambled after "show more" Link to comment
tuanphan Posted October 29, 2019 Share Posted October 29, 2019 .sqs-search-page-more-wrapper { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted November 15, 2019 Share Posted November 15, 2019 Hi @tuanphan I have a similar question and wondering if you could help me. I’m using the Clay template and I would like to customize the search result page - like Katariina123 I would like to have only photos in search result, but WITH titles and excluding everything else such as description texts, filenames etc.. so only show image + title, nothing else- is it possible? Thank you. Link to comment
Guest Posted January 10, 2020 Share Posted January 10, 2020 Did you find an answer to this? I'd like search results to only display the title. Link to comment
OrangeKhan Posted August 21, 2021 Share Posted August 21, 2021 On 10/29/2019 at 6:36 AM, tuanphan said: Add to Home > Design > Custom CSS @Katariina123 /* Hide all content, title */ .search-results .sqs-content { display: none; } /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100%; } .search-results .search-result { float: left; width: 33%; } Hi @tuanphan it didn't work for my site www.abitorange.com - I want to have pictures and titles of products only.. Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 22 hours ago, OrangeKhan said: Hi @tuanphan it didn't work for my site www.abitorange.com - I want to have pictures and titles of products only.. Can you share link to a search result page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
OrangeKhan Posted August 22, 2021 Share Posted August 22, 2021 3 hours ago, tuanphan said: Can you share link to a search result page? https://www.abitorange.com/search?q=p2p Link to comment
tuanphan Posted August 24, 2021 Share Posted August 24, 2021 On 8/22/2021 at 6:31 PM, OrangeKhan said: https://www.abitorange.com/search?q=p2p I just checked the code structure of the search page. It doesn't return an image, so there's no way to achieve your request. The image is not showing, not sure if it's the default setting of the template, or the problem from SS. Try contacting SS Customer Care to ask about this. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
The-Design-Order Posted December 8, 2021 Share Posted December 8, 2021 @tuanphan is there a way to make the image size larger on just a mobile? The below code works for me responsively but is there a way to make it 100% on mobile view only? /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100% !important; } Link to comment
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 On 12/8/2021 at 12:31 PM, The-Design-Order said: @tuanphan is there a way to make the image size larger on just a mobile? The below code works for me responsively but is there a way to make it 100% on mobile view only? /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100% !important; } Edit to this code @media screen and (max-width:767px) { /* Image size */ .sqs-search-page-item .sqs-main-image-container { width: 100% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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