Enhancing Theme Customization: Empowering Multi-Color Changes

1 Answer 68 Views
General Theme Builder Pro
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Tejas asked on 22 Aug 2023, 07:36 AM

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

import React from "react";
import { AppRouter } from "@routes/route";
import "./common/main.css";
const App = () => {
  return <AppRouter />;
};
export default App;

1 Answer, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 23 Aug 2023, 07:14 PM

Hello, Tejas,

I have just answered your other post on the matter, you can access my answer in the thread below:

Please, use the linked thread for any further discussion on this matter (if needed), so we can keep the information at one place. Thank you in advance for your understanding on this matter.

Kind regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
General Theme Builder Pro
Asked by
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Vessy
Telerik team
Share this question
or