When I open , the VIEW PAGE SOURCE of my website I notice that the following links are taking from the TEMPLATES_DEFAULT/CSS folder INSTEAD of my INCLUDES/TEMPLATES/CUSTOM/CSS/STYLESHEETS.CSS folder.
I have modified my stylesheets.css and uploaded the changes but there won't come up on the website when I refresh it. What could be the reasons? My template is active in ADMIN/TOOLS.
Do I need to change the name of the stylesheets.css file?
<link rel="stylesheet" type="text/css" href="includes/templates/template_default/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/template_default/css/stylesheet_css_buttons.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/template_default/css/print_stylesheet.css" />
</head>
<body id="indexHomeBody">
<div id="mainWrapper">



