Where can I modify header of nopcommerce 1.6?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
hi, All.
I have been using nopcommerce 1.6.
All source is included in the head as follows.

<link href="App_Themes/DarkOrange/styles.css" type="text/css" rel="stylesheet" />

I don't know where it is defined by the source.
Where can I modify the head?
12 years ago
I *THINK* this is defined in either BaseNopPage.cs or BaseNopMasterPage.cs?

The link is generated by .net themes and added programmatically by .net at runtime based on passing a value (in this case a theme name) to the page.Theme property of the page.

To change this, you'd normally add a new theme and select it from the admin area.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.