Your
admin/view/stylesheet/stylesheet.css has not been loaded.
Check on the
Browser Page Source Code, how it has been linked.
On
Firefox Browsers, you can CLICK on
underlined header links, to
find out, if they are valid, or then, display an error message Page !! You can check
this on any Site, to have their
.css and
.js code as pure data files,
in case, you'll ever badly need a ready made section, instead of making your own...
Be aware, in OC2.3.0.2, this PATH shown above may be different, I don't know !
This, because you probably have some incorrect settings in your
admin/config.php
File, possibly a missing 'forward slash'
/ at the end of some lines, like:
define('DIR_APPLICATION', '/home/server/www/shop/admin');
instead of:
define('DIR_APPLICATION', '/home/server/www/shop/admin/');
or:
define('HTTP_SERVER', 'http://www.yourshop/shop/admin');
instead of:
define('HTTP_SERVER', 'http://www.yourshop/shop/admin/');
---
CLEAR OUT your entire
/shop/system/storage/modification/....
Subdirectory
Content on your Server, by use of FTP or some Server
sited Admin Tool, before Testing, or it possibly will not display 'updated' Content!
Good Luck !
Ernie
---
Source shows an 'alternative' custom
stylesheet.css - path, just to mention this!
stylesheet_link.jpg