What is the appropriate way to customize navigation style

Posted by Community Admin on 03-Aug-2018 23:00

What is the appropriate way to customize navigation style

All Replies

Posted by Community Admin on 18-Aug-2010 00:00

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.

Posted by Community Admin on 19-Aug-2010 00:00

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

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed