PDA

View Full Version : Styles.css is not being found


urmyworld
26-11-09, 18:23
Hello all,

I have installed WAMP on my computer to aid in changing my shop's CSS and look of my shop using V3 of the Community Software.

However the /templates/default/css/styles.css file is not being found.

It seems to be referencing TEMPLATE_DIR with a value of 'default'

Can anybody help me on this matter please?

best regards

David

infocraze
27-11-09, 09:41
Have you changed the value in constants.inc.php to the name of your new template?

// the name of the template directory inside templates
define('TEMPLATE_DIR', 'default');

Also, is your reference to your template stylesheet linked correctly in your template files?