Shopify themes, liquid, logos, and UX
Hi, can anyone help me to remove these texts from my Shop dropdown menu without removing anything else?
and remove the slider for the section from the other screenshot in mobile (banners)?
https://mxg8tzyw9upvjovw-86206251333.shopifypreview.com
Header shop dropdown
Shows slider on mobile
Solved! Go to the solution
This is an accepted solution.
@media (max-width: 767px)
.sm\:hdt-snap-flex {
flex-wrap: wrap !important;
}
}
Please replace above The code with this:
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
hdt-scrollsnap.hdt-banner_wrap.hdt-row-flex {
flex-direction: column !important;
flex-wrap: wrap !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @Daniel19901
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
header .hdt-menu-col.hdt-custom-col-12.hdt-menu-has-4 {
display: none !important;
}
@media (max-width: 767px)
.sm\:hdt-snap-flex {
flex-wrap: wrap !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
can you share URL again?
This is an accepted solution.
@media (max-width: 767px)
.sm\:hdt-snap-flex {
flex-wrap: wrap !important;
}
}
Please replace above The code with this:
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
hdt-scrollsnap.hdt-banner_wrap.hdt-row-flex {
flex-direction: column !important;
flex-wrap: wrap !important;
}
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025