Author : | Designed by ZEROCARTS |
Open Source : | Opencart |
Features : | Responsive Design, Bootstrap, Html5, Css3, Simple and Elegant |
Colors : | Red |
Opencart Compatibility : | 2.0.3.1, 2.1.0.1, 2.1.0.2, 2.2.0.0, 2.3.0.2 |
Categories : | Camera, Photo, Gallery |
Compatible Browsers : | Firefox, Chrome, Opera, Safari, IE8+, Microsoft Edge |
Download the version that is compatible with opencart :
This would be my preferred theme if it was not for the search box. Any way to get the search box next to the cart content on top for pc view?
Just stumbled across this theme and comment by Danie. I modified the following portion of the zcamera stylesheet.css in order to accomplish the move.
/* search */
#search {
width: 220px;
position: absolute;
right: 270px; <==== this puts the search box just to the left of content
bottom: 65px; <==== this puts it about the same vertical location
Hope this helps someone.
Hi, the installation went ok on OpenCart 2.2.0 and my site is now with your theme, but I don’t get the menu bar. What am I doing here?
Hi, please don’t worry about the menu not getting displayed I posted few minutes ago. It was my error in setting-up the categories. All sorted and working fine. Thanks.
Thanks
Hey,
This is an excellent theme! I love the pops of color around the camera. I wonder if it is possible to change the font of the namespaces in this theme.
Best,
Dennis
Super theme! How can I do in order to convert it to width fluid 100% ?
Complicated?
Thx!
It’s simple. You only open file stylesheet.css and add code below at the bottom of file
Code : .container{width: 100% !important;}