I have a small problem. Yesterday I created a new jQuery theme with the ThemeRoller. After that I've downloaded a zip file. Then it tells me to add some code into my website like:
<link rel="stylesheet" href="css/themes/my-custom-theme.css" />
I thought ok. After that I unzipped my zip-file, created a new css folder in my rootfolder and imported theme folder. So I've added this code to my site:
<link rel="stylesheet" href="css/themes/test.css" />
But oh wonder.. nothing happened. Where is my fault? Thanks for help.