Author : | Designed by ZEROCARTS |
Open Source : | Opencart |
Features : | Responsive Design, Html5, Css3, Simple and Elegant |
Colors : | Red, White |
Opencart Compatibility : | 2.0.3.1, 2.1.0.1, 2.1.0.2, 2.2.0.0, 2.3.0.2 |
Categories : | Fashion, Clothes, Glasses, Shoes, Handbag |
Compatible Browsers : | Firefox, Chrome, Opera, Safari, IE8+, Microsoft Edge |
Download the version that is compatible with opencart :
- Version 2.3.0.2 - Download (new)
- Version 2.2.0.0 - Download
- Version 2.1.0.2 - Download
- Version 2.1.0.1 - Download
- Version 2.0.3.1 - Download
this was very useful and nice
nice theme and easy editting
I decided to start with this zFashion Opencart Theme… Simple but nice…
First for the free theme, i use it but found a bug, is possible i speak with someone about it to try solve ?
Basic the problem is in the head of theme where appear:
Login or Register
This sentences appear always, even when you do the login.
Regards
Hi !
What version of opencart are you using ? I will check and fix it.
Hello,
I used the 2.3.0.2
Thanks for your help
I had to remove and change it.
Soo when you fix it please add again so i can download it alredy fixed
Thanks in advance
Reupload all version, you can download it again.
Hi !!! I had to remove and change it.
Hi I installed it on version 2.3.0.2 and it doesn’t work. The layout is different but it does not look at all like your demo.
What is wrong or what did I do wrong.
Hi !! You have to add modules onto righ/left side. Go to Admin > Design > Layout and edit Home. Add whatever module you want and save it.
thanks it works now
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?
Open file Stylesheet.css -> add this code at bottom
#menu {display:none;}
@media (max-width: 768px) {
#menu {display: block;
}
}
Change value you want : max-width
max-width: 768 => Tablet,Mobile
max-width: 460 => Mobile
Thanks, it works. I also found another solution: @media (min-width:768px){.navbar{display:none}}.