Hi there,
Is there a way to ensure that the custom css file is being loaded last?
I am normally creating a templatename-custom.css file that loads last until I am adding further modules such as e.g. rokajaxsearch, roksprocket which are being loaded after custom.css. Hence any changes in the custom.css file will not apply since their are loaded later.
<link rel="stylesheet" href="/panatecs2/templates/rt_chapelco/css/rt_chapelco-custom.css" type="text/css" />
<link rel="stylesheet" href="/panatecs2/modules/mod_rokajaxsearch/css/rokajaxsearch.css" type="text/css" />
<link rel="stylesheet" href="/panatecs2/modules/mod_rokajaxsearch/themes/light/rokajaxsearch-theme.css" type="text/css" />
The order of the above stylesheets needs to be reversed with rt_chapelco-custom.css always loading last.
I am using Chapelco and developing the site under
www.mc4-it.com/panatecs2/en/
.
Thanks,
Matthias