Shopify themes, liquid, logos, and UX
Hi
I want to do some design changes in the searchfield area, make images bigger, make a border under the products and a frame around this field?
When u search for a product the modal looks so weird, blank space and no fields for splitting up the section parts.
Can it be possible, thank u so much in advance. 🙂
See attached image:
My storeurl:
Solved! Go to the solution
This is an accepted solution.
Hi @Dekanten , go to theme.liquid file and add the following code at the end before the </body> tag :
<style>
img.predictive-search__image {
height: 10rem !important;
width: 10rem !important;
}
.predictive-search--header .predictive-search__item-content {
font-size: 1.5rem!important;
justify-content: end !important;
}
.predictive-search__item--link {
display: grid;
grid-template-columns: 5rem 1fr;
grid-column-gap: 5rem;
grid-template-areas: "product-image product-content";
border-bottom: 1px solid black !important;
}
</style>
This is an accepted solution.
@Dekanten , sure add the following code inside the style tag I code I gave you :
button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
border-bottom: 1px solid black;
}
This is an accepted solution.
Hi @Dekanten , go to theme.liquid file and add the following code at the end before the </body> tag :
<style>
img.predictive-search__image {
height: 10rem !important;
width: 10rem !important;
}
.predictive-search--header .predictive-search__item-content {
font-size: 1.5rem!important;
justify-content: end !important;
}
.predictive-search__item--link {
display: grid;
grid-template-columns: 5rem 1fr;
grid-column-gap: 5rem;
grid-template-areas: "product-image product-content";
border-bottom: 1px solid black !important;
}
</style>
Hi mister how are you doing? 🙂
Thanks for your support, it works good but i need one more thing. 🙂
I want a border on "søk etter" result too, can this be made?
Maybe a simple hover can be great on "søk etter", anything will go 🙂
See attached image:
This is an accepted solution.
@Dekanten , sure add the following code inside the style tag I code I gave you :
button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
border-bottom: 1px solid black;
}
Hi again, thank you very much indeed and everything works fine now and pretty satisfied with the result. Hope you have a wonderful day. 🙂
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024