Shopify themes, liquid, logos, and UX
Hello! I want to add extra text line to "No results found" page. Have no idea where to start :))
I would like to put the phrase "Can't find what you are looking for? Contact us." just under the "No results found" message. It would be perfect if the words 'Contact us' could be clickable and would lead to the contact page.
Hope what's clear :))
Hey @BNMs,
Can you please share your store URL also please let me know the name of the theme you are using. This will help share a more tailored solution for your store.
Regards,
Abhishek from Swym
Hey! I'm trying to do exactly the same. This is my store URL https://www.ninurtacr.com/ and I'm using Dawn.
Hi @arielcarvajalc,
To address your query about shifting the desktop logo and social icons on the header to the right-hand side, kindly follow the steps outlined below:
1. Open the code editor, as shown in the screenshot below.
2. Create a snippet called ‘custom-search-styles’ and add the below code:
<style>
/* NOTE: YOU CAN ADJUST THESE NUMBERS AS PER YOUR STORE REQUIREMENT */
/* FOR DESKTOP */
.template-search__header [role="status"] {
padding-top: 2rem;
}
/* FOR MOBILE */
@media only screen and (max-width: 767px) {
.template-search__header [role="status"] {
padding-top: 2rem;
}
}
</style>
3. Include the ‘custom-search-styles.liquid’ file in your “theme. liquid” file.
Add the following include code to your theme.liquid file.
{% render 'custom-search-styles' %}
It would look something like below:
4. Done? Save the file, and try previewing to confirm if the changes work for you. In the reference above, it looks something like below:
I hope this helps!
Regards,
Abhishek from Swym
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024