Dark For OpenCart 1.3.3.
I am no a master in php or coding for this you need rename the default template directory to for example (defaultback) and in the theme folder.
If anyone have recomendation is great receiving!!


default dark for 1.3.3
Respectfully, that is not how you should go about doing that. Opencart has a template system in place that allows you to choose between templates. In this case if your template name is dark then all your reference paths need to refer to that, for example in common/header.tpl this:carlos001 wrote:My Firts Template!!
Dark For OpenCart 1.3.3.
I am no a master in php or coding for this you need rename the default template directory
Code: Select all
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/stylesheet.css" />
Code: Select all
<link rel="stylesheet" type="text/css" href="catalog/view/theme/dark/stylesheet/stylesheet.css" />
addI need change the color of the font of home see the image please.
where and how Please!![]()
Code: Select all
#breadcrumb a, #breadcrumb a:visited{
color:#fff;}
Users browsing this forum: No registered users and 4 guests