Hi,
How do you refer the style.css file? Do you set it like below?
<link href="../../../App_Themes/Theme1/StyleSheet.css" type="text/css" />
I use above can repro your problem, if you want the style.css work fine, you need to add rel="stylesheet", after I add it, the css works fine .
Like below:
<link href="../../../App_Themes/Theme1/StyleSheet.css" rel="stylesheet" type="text/css" />
Hope it helps.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Yours sincerely,
Amanda Wang
Microsoft Online Community Support