Enhancing Theme Customization: Empowering Multi-Color Changes

2 Answers 148 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;

2 Answers, 1 is accepted

Sort by
1
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.

-1
Dianna Perry
Top achievements
Rank 2
Iron
answered on 26 Jun 2024, 07:20 AM

Enhancing theme customization with multi-color changes in a theme builder can greatly improve user experience and design flexibility. Allowing users to switch between multiple color schemes easily empowers them to create more personalized and visually appealing websites. This feature simplifies the process of color customization, making it more accessible to users without coding knowledge, and provides a quick way to adapt themes to different branding requirements or aesthetic preferences.

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