Hi,
I would like to change icon in the theme builder but I can't access to the settings.
I followed this documentation
https://www.telerik.com/blogs/creating-unique-theme-custom-fonts-icons-themebuilder
But it doesn't work with toolbar
Is it possible to change icon in toolbar ? if yes, how ?
Thank you in advance.
I'm the UX/UI designer for this project. Changes I'm making to the grid header in the ThemeBuilder aren't applying to the test version of the app. Weirdly, the regular cells are being updated, but nothing in the header is changing. Not the font, bg colour, etc.
I'm not sure what more to say so I'll let the screenshots do the explaining :)
Here is the grid as shown in the TB:
And here it is in the test environment:
pls send help
We have an issue with ThemeBuilder output and some variables not being used.
For example, we're trying to override the drawer colors. In the generated CSS, the draw item's background color is defined as:
background-color: var(--kendo-drawer-item-bg, var(--kendo-component-bg, initial));
It turns out that --kendo-drawer-item-bg isn't actually defined anywhere in ThemeBuilder or anywhere else, so we added it as a custom variable. Unfortunately, when the CSS is generated, the variable is generated with a tb- prefix and thus isn't picked up by the standard background-color style definition above. Yet it shows in the ThemeBuilder correctly!
How do we go about fixing this issue so that --kendo-drawer-item-bg actually gets set to our custom version in the final CSS?
Is there any way to see what changes a person has made to your project theme such as a log?
Is there any way to save different versions of a project?
Once a change is made is there anyway to UNDO once you see its effected other controls negatively?
Is there anyway to Restore my project CSS from a backup, as some errors were made by my coworker while learning how to use the theme builder?
I would like to use a Thembuilder Variable like --kendo-color-primary in my Blazor-Project to bind the colors in my own controls to my actual Themebuilder -css-File, but the asumed variable "--kendo-color-primary" does not even exists in the .css-File. How can I achieve my goal ?
I have read the documentation, but I'm feeling confused about how to implement an optimal approach for limiting color choices to red, green, and blue in my project. I am using the themebuilder to create a customized theme, and this themebuilder provides a single CSS file that I can apply in my project. Could you please guide me on how to switch between at least three different themes, each with distinct red, green, and blue color combinations? I'm finding it challenging to grasp this process despite having read the documentation."
This type is used in a CSS file in the provided Kendo ThemeBuilder
When hovering over a row in a grid k-alt is being added and causing some weird spacing and padding issues that I can't figure out where it's being set. This is happening in both ThemeBuilder as well as the export CSS we're trying to use for our app.
Can you please let me know how we can set this in ThemeBuilder?