Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
App Styling your page
posted

I have used the Application Styling Configuration tool in Visual Studio to style my entire application (before creating any pages, controls, etc.) and it works great. However, I would like to know how I would tie page elements to the style. For instance, how do I tie the page's background color or header color, etc. to elements in the style set?

Thanks in advance!

Nathon Dalton

Parents
  • 185
    Verified Answer
    posted

    I was able to get this answer from Infragistics.

    You have to create a CSS class that targets the page itself. When Infragistics made the ASP.NET app styles, they made them target their own controls and not the whole page. The AppStylist also only edits Infragistics controls, so these additional CSS classes have to be made outside of the AppStylist tool.

Reply Children