Solved

Remove scrollbar from side menu / Theme: Ira

opboards
Excursionist
19 0 3

Hello Shopify-Coder,

please help me remove a scrollbar from a side menu.

 

Theme: Ira

Link: https://shop.opboards.com/

Password: opboards

Problem: I want to remove the scrollbar in the side-menu (highlighted in blue)

 

Thank you very much for your help!

Best, Felix.

 

 

Accepted Solution (1)

Developer-G
Shopify Partner
3079 604 857

This is an accepted solution.

Hello Felix,

1. Go to Online Store->Theme->Edit code
2. Asset->index.css  paste bellow code in bottom of file

.drawer-menu__contents {
    overflow-y: hidden !important;
}

 

Thanks

 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

Replies 2 (2)

Developer-G
Shopify Partner
3079 604 857

This is an accepted solution.

Hello Felix,

1. Go to Online Store->Theme->Edit code
2. Asset->index.css  paste bellow code in bottom of file

.drawer-menu__contents {
    overflow-y: hidden !important;
}

 

Thanks

 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
opboards
Excursionist
19 0 3

Thank you very much again Guleria.

 

Have a great day!