remove items from menu

Solved

remove items from menu

Daniel19901
Shopify Partner
224 0 59

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

Daniel19901_0-1725532732890.png

Shows slider on mobile

 

Daniel19901_1-1725532830085.png

 

 

Accepted Solution (1)
Tech_Coding
Shopify Partner
162 47 47

This is an accepted solution.

@Daniel19901 

@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.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 6 (6)

Tech_Coding
Shopify Partner
162 47 47

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>

Tech_Coding_0-1725533261440.pngTech_Coding_1-1725533296489.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
Daniel19901
Shopify Partner
224 0 59

@Tech_Coding thank you, but it didn't work 😞 

Daniel19901_0-1725534755877.png

Tech_Coding
Shopify Partner
162 47 47

can you share URL again?

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
Tech_Coding
Shopify Partner
162 47 47

This is an accepted solution.

@Daniel19901 

@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.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Sangeetanahar
Excursionist
419 26 53

hello @Daniel19901 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme.css

add the code bottom of the file

 

@media screen and (min-width: 750px) {
.hdt-custom-col-12 {
width: 100%;
display: none;
}
}
@media only screen and (max-width: 749px) {
.hdt-container {

display: none;
}

}

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->base.css...>line number 886
remove the code

.hdt-section-spacing {
     padding-top: calc(var(--section-pt)* calc(var(--section-prate, 75) / 100));
   padding-bottom: calc(var(--section-pb)* calc(var(--section-prate, 75) / 100)); 
}

 

 

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here