kentico_helenag
-
10/20/2008 8:35:18 AM
RE:Want to remove the body class (<body class="LTR Gecko3 ENUS")
Hi Andrew,
we do not recommend this but if you need to remove the class you could find a file ~/App_Code/CMSPages/DocumentBase.cs
and change lines about 311-321 to:
public string BodyClass { get { return null;//CMSContext.CurrentBodyClass; } set { CMSContext.CurrentBodyClass = null;// value; } }
Best regards, Helena Grulichova
|