zFashion - Free Opencart Theme



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 :



16 thoughts on “zFashion - Free Opencart Theme”

  1. 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

  2. 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.

    1. 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.

  3. 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?

    1. 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

Leave a Reply

Your email address will not be published. Required fields are marked *