What's your biggest current challenge? Have your say in Community Polls along the right column.

Click on the menu and the submenu will show on the right side ( Dawn Theme )

Solved

Click on the menu and the submenu will show on the right side ( Dawn Theme )

dreamtechzone_5
Shopify Partner
400 1 68

Hello everyone!
I am using the Shopify dawn theme. When I click on Fruits, the submenu will show on the right. Also, I want to add hover instead of click, like the image below. Is it possible? Please help me. Thank you in advance.

Store: https://delicious-fruits-vegetables.myshopify.com/
Password: Admin

 

Screenshot (192).png

Accepted Solution (1)
KetanKumar
Shopify Partner
37433 3664 12118

This is an accepted solution.

@dreamtechzone_5 yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

.header__submenu .header__submenu {
    position: absolute;
    right: -231px;
    background: #fff;
    top: 0;
    width: 230px;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 31 (31)

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 
Sorry you are facing this issue,
It would be my pleasure to help you.
its possible to make more customization in header section modification to current code and add new one take long time to this customization 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

It would be very helpful if you could give me the code and instructions on how I can do this. Thank you very much.

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5  yes sure if you re able to code you have try and modification your header code https://codepen.io/syahrizaldev/pen/WNmMmbK 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Thank you so much.

It would be good for me if you could give me instructions on where to put the code.

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 great 

if you have able to Shopify liquid code modification you have try example link sorry but instructions its difficulty to step by step your work before any code change in Shopify? so you can easy change otherwise please don't any code change 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

I used this code but when I click on the second menu after closing the first menu, the first menu shows.

 

details[open] .header__submenu.list-menu:not(.list-menu--disclosure){
position: absolute;
background: #fff;
box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.08);
top: -1px;
left: 20rem;
width: 20rem;
}
.header__submenu.list-menu--disclosure .icon-caret{
transform: rotate(-90deg);
}
details[open] > .header__menu-item .icon-caret {
transform: rotate(-90deg) !important;;
}

 

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 can you please 1st enable your mega menu in header section on theme customization 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

I have enabled the mega menu. Should I remove the code?

 

Screenshot 2024-11-29 152250.png

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 yes please by default Shopify allow mega menu 

https://help.shopify.com/en/manual/online-store/menus-and-links/drop-down-menus 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

I have created MegaMenu.

 

Screenshot 2024-11-29 153004.pngScreenshot 2024-11-29 152250.png

dreamtechzone_5
Shopify Partner
400 1 68

I want the submenu to show on the right when I click on Fruits.

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 can you please share your example store url so i will check and update you.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

MTB / E-BIKE COMPONENTS Click on this menu.
Click on SPROCKET PACK and the submenu is showing on the right. I want to keep my menu exactly like this.

 

https://bikeadviceitalia.shop/en

KetanKumar
Shopify Partner
37433 3664 12118

KetanKumar_1-1732873391122.png

 

@dreamtechzone_5 i can see this view 

 

do you want like that?

KetanKumar_2-1732873418950.png

 

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Yes, Sir. I want to keep my menu exactly like this.

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 ok disable your mega menu simple dropdown with sub menu option select on theme setting and let me know 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Done sir

dreamtechzone_5
Shopify Partner
400 1 68

Sir, are you there? I need your help. Please help me. Thank you.

KetanKumar
Shopify Partner
37433 3664 12118

This is an accepted solution.

@dreamtechzone_5 yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

.header__submenu .header__submenu {
    position: absolute;
    right: -231px;
    background: #fff;
    top: 0;
    width: 230px;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Sir it worked. I used this code but when I click on the second menu after closing the first menu, the first menu shows. Please check. thank you very much.

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 can you please share video further issue

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

The collections of SEASONAL BOXES are marked in red. When I click on the blue marked collection and then click on SEASONAL BOXES, the collections of SALADS & HERBS also show on the right. I want 1st menu not to show if 2nd menu is clicked after 1st menu clicked.

 

Screenshot 2024-11-30 002736.png

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 got it on click menu doesn't close give me some time i will review code and update you

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Thank you. Sir Can you give me the code now?

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 oh sorry its not simple 5-6 line code it can be done more customization code take long time 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Oh, How long will it take?

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 if current code work approx. 2-3 hours but if doesn't work create new one approx. 5-6 hours 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Oh😪😪

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 sorry but its necessary customization code as per your recruitment 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dreamtechzone_5
Shopify Partner
400 1 68

Ok, Thank you.

KetanKumar
Shopify Partner
37433 3664 12118

@dreamtechzone_5 thanks for your update and support

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing