Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > override css in sitemap

Not answered override css in sitemap

Feed from this thread
  • Ronak Intermediate avatar

    Posted on Nov 1, 2010 (permalink)

    hi there i would like to override couple of sitemap css like lets say
    RadSiteMap .rsmItem {
           clear:left;
     

    Reply

  • Ronak Intermediate avatar

    Posted on Nov 3, 2010 (permalink)

    solved it.This is how i did
    .RadSiteMap .rsmItem {
        clear:none !important;
    }

    ROnak

    Reply

  • Ronak Intermediate avatar

    Posted on Nov 3, 2010 (permalink)

    This is working but broke branding of my whole site....
    please advise me

    Reply

  • Kalina Kalina admin's avatar

    Posted on Nov 4, 2010 (permalink)

    Hello Ronak,

    Please take a look at this online demo.
    At the “Styles.css” section you can find a good example how to override the RadSiteMap styles in order to customize the appearance of the control.

    All the best,
    Kalina
    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > override css in sitemap