Remove RadSiteMap Class in Sitefinity -


i'm working on styling breadcrumb module.

am able remove class: radsitemap? i'd add own styles it.

i'm not sure can remove particular class, because believe automatically generated control renders (you'd have inherit , override behavior, , i'm not sure it's possible).

your best bet use css override class properties. can however, use external template (http://www.sitefinity.com/blogs/joshmorales/posts/josh-morales-blog/2011/05/10/mapping_external_templates_for_sitefinity_4_widgets) allow change default css styles applied control (for breadcrum has wrapper class of "sfbreadcrumbwrp" , label class of "sfbreadcrumblabel"

these defined right in template , can changed needed.

i hope helpful!


Comments