Post by BruceTag » Mon Apr 06, 2015 10:31 pm

This seems to be a challenging one!

Is there any way to remove the Categories Top Menu on Web Browsing, but keep it on Mobile Browsing?

I used the Custom CSS Module (with thanks to viethemes) to which I added...

#menu {
display: none;
}


...works great on the browser, however this also removes the menu from Mobile browsing. Is there any way to remove from a browser only, keeping the Categories Menu alive on Mobiles?

[Custom CSS Module used: http://www.opencart.com/index.php?route ... stom%20css]

New member

Posts

Joined
Sat Mar 14, 2015 11:47 pm

Post by viethemes » Tue Apr 07, 2015 1:02 am

Glad to hear that you are happy with my extension.
You can add code below to Custom CSS:

Code: Select all

@media (min-width: 768px) {
    #menu {
    	display: none;
    }
}

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by BruceTag » Tue Apr 07, 2015 2:22 am

Oh, what can I say...

Viethemes REALLY knows their stuff.

Thanks for your help Viethemes, and needless to say, it worked perfectly.

Thank again my friend! :)

New member

Posts

Joined
Sat Mar 14, 2015 11:47 pm

Post by viethemes » Wed Apr 08, 2015 12:02 am

You are welcome :)

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm

Who is online

Users browsing this forum: No registered users and 5 guests