How to hide subcategory from mobile

Posted in: Newspaper
Post count: 5

I currently hid the third level subcategory “Mexican” from the MegaMenu drop down but the mobile version still shows it. How can I hide it from mobile?

Example: Food & beverage->Food Reviews->Mexican

Post count: 23312

Hello marcop,

Please provide your website URL for an accurate code.

Thanks.

Post count: 5

Here you go. I’m using a temp url.

http://biz190.inmotionhosting.com/~segund7

Post count: 23312

Hello marcop,

Please try the code below to hide the third sub category level.

The code is ->

.td_mobile_elem_with_submenu_2 li:nth-child(3) {
display:none;
}

The result you should see here -> http://screencast.com/t/TjsH7kpGH1

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.