This is a migrated thread and some comments may be shown as answers.

Themebuider CSS output is not reflecting on the page

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vishnu
Top achievements
Rank 1
Vishnu asked on 30 Nov 2012, 07:25 AM
Hi,

I have used the ThemeBuilder on my page where I have widgets like Rich Text area, Grids, Slider etc. 
Edited and made some changes in appearance and copied and saved the output as a CSS file.
Included it on the page, but the page still takes the old style. Changes in the new stylesheet made with the Themebuilder are not reflecting.

Below are my stylesheets on the page and the last one is the output CSS file of the ThemeBuilder.

<apex:stylesheet value="{!URLFOR($Resource.kendoMetro, '/kendoNew/styles/examples-offline.css')}"/>
        <apex:stylesheet value="{!URLFOR($Resource.kendoMetro, '/kendoNew/styles/kendo.common.min.css')}"/>
        <apex:stylesheet value="{!URLFOR($Resource.kendoMetro, '/kendoNew/styles/kendo.metro.min.css')}"/>
        <apex:stylesheet value="{!URLFOR($Resource.kendoMetro, '/kendoNew/styles/kendo.dataviz.metro.min.css')}"/>         
        <apex:stylesheet value="{!URLFOR($Resource.kendoMetro, '/kendoNew/styles/kendo-theme.css')}"/>  

Thanks,
Vishnu

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 03 Dec 2012, 11:44 AM
Hi Vishnu,

Have you inspected the page HTML code with a web developer tool to verify whether the ThemeBuilder styles are registered on the page? Are they overridden by something else?

If the reason for the problem is not obvious even after making the above checks, please provide the generated CSS code from the ThemeBuilder.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Vishnu
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or