Code: Select all
catalog/view/theme/theme_name/
|-- style/stylesheet.min.css
|-- template/
|-- product/
|-- product.tpl
|-- category.tpl
|-- information/
|-- information.tpl
|-- template_child/
|-- stylesheet.css
[1]: http://www.echothemes.com/docs-rhythm-c ... plate.html
For testing I use this css for the top navigation:
#top {
background-color: blue;
}
Anyone of you an idea why opencart does not load this child theme css?
Thanks in advance.