Hi there! I’m hoping someone can help me out. I am using the Turbo theme and I have two things I would like to fix in the Mega Menus on Mobile.
I would like to hide the images on mobile that are used as well as the text underneath (so the first column of the menu) used in the Mega Menus but have them visible on desktop.
Is there a way to have the menus within the header not connected to a link but when clicked just open up the mega menu?
That worked well to hide the image, however it does not hide the text in the column. I need to hide the full first column of the Mega Menu in only two of the Mega Menus. The menu that appears under ‘Collection’ and the Mega Menu that appears under ‘About’. There is text in that column as well. Is there a way to do that?
Unfortunately that removed the menu details completely. We just need to remove the first column that has the image and text underneath the image, but leave the second column
Please let me know if there is something else we can try. Thanks!
So this hides everything that was in the first column of those two mega menus. In case it matters, these menus are labeled ‘Mega menu 2’ and ‘Mega menu 3’ in the theme editor.
Please note that I do not want to hide any columns from the first Mega Menu which is ‘shop’.
I am also attaching an image from the desktop view circling with the column that I want to hide for mobile.
@KetanKumar yes exactly! That same type of column appears in Mega menu 2 (Collections) and Mega menu 3 (About). I would like to hide it on mobile only.
thanks for clear can you please first remove my code i have give latest code after remove add below code
@media only screen and (max-width: 798px) {
#mobile_menu li:nth-child(3) ul div:nth-child(1), #mobile_menu li:nth-child(4) ul div:nth-child(1) {display: none;}
}