Post by Slava Podya » Mon Jun 05, 2017 8:30 pm

Hello Guys, please help.
I would like to know how to remove (or hide) top menu bar on the desktop size browser, but keep this dropdown menu in mobile version?
Thanks.

Newbie

Posts

Joined
Mon Jun 05, 2017 8:12 pm

Post by viethemes » Mon Jun 05, 2017 10:33 pm

Are you using the default theme or a custom theme? I can make a custom code for this.

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 Slava Podya » Tue Jun 06, 2017 5:51 am

viethemes wrote:
Mon Jun 05, 2017 10:33 pm
Are you using the default theme or a custom theme? I can make a custom code for this.
I'm using free custom responsive theme. How much will it cost?

Newbie

Posts

Joined
Mon Jun 05, 2017 8:12 pm

Post by IP_CAM » Tue Jun 06, 2017 9:19 am

??? I'm using free custom responsive theme ???
you should LINK this Theme in your reply, so
Viethemes would be able to check on it first ! ;)
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Slava Podya » Tue Jun 06, 2017 11:10 am

Slava Podya wrote:
Tue Jun 06, 2017 5:51 am
viethemes wrote:
Mon Jun 05, 2017 10:33 pm
Are you using the default theme or a custom theme? I can make a custom code for this.
I'm using free custom responsive theme. How much will it cost?
Here it's: http://www.zerocarts.com/1329/zfashion- ... hemes.html
Opencart version : 2.1.0.1

Newbie

Posts

Joined
Mon Jun 05, 2017 8:12 pm

Post by viethemes » Tue Jun 06, 2017 8:57 pm

To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 1024px) {
	#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 Slava Podya » Wed Jun 07, 2017 4:41 pm

viethemes wrote:
Tue Jun 06, 2017 8:57 pm
To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 1024px) {
	#menu {
		display: none;
	}
}
Thanks, it works.

Newbie

Posts

Joined
Mon Jun 05, 2017 8:12 pm

Post by skip » Sun Dec 17, 2017 11:10 pm

Does it posible show dropdown mobile menu in desktop view instead main menu bar and how ?

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm
Who is online

Users browsing this forum: No registered users and 23 guests