Hi: I intended to change ContentPlaceHolder background color in default.master in personal starter kit. The default is black. Here is what I did: 1) change background.gif under App_theme/black/images to a color close to yellow The design view of default.master changes its ContentPlaceHolder background color and all the pages using the master pages changed color to the desired color, too. But my web pages are still black color. 2) I worked on default.css and default.master files, it is still not working. Did I miss something? Can anybody tell me what are the steps to change colors. Thanks a lot! Sweet. Post Edited By Moderator (mjp) : 11/20/2006 7:00:07 PM GMT
The theme is set in your web.config something like this <pages styleSheetTheme="White"/> You could either modify the existing theme or create you own for changes to appear on all the pages. Hope this helps! Vikram DiscountASP.NET www.DiscountASP.NET