What is the appropriate way to customize navigation style
Is there a more appropriate way of customing the navigation style than including a .css file in the Global folder for my Theme that overrides the navigation styles? I didn't see a .css file in the 'Styles' folder that corresponded to the main navigation.
Hello Preston,
The options that you can use are
1. Put your stylesheet in ~/App_Data/Sitefinity/WebsiteTemplates/DefaultTemplate/App_Themes\THEME NAME/Global/ . The css put in Global folder will be automatically loaded. If the css is outside of this folder you have to reference it manually
2. Write your css inline in master page or control
3. If you use RadControls you can add skin file or make a global reference to a skin through your web.config.
Kind regards,
Ivan Dimitrov
the Telerik team