How Can we make the Custom code changes in the K2 tool if any1 has the examples of codes please feel free to reach out here and please paste the codes also here with examples on it it will be very helpful for me to understand the k2 tool with more clarity.
Solved
Custom Codes
Best answer by Deon
Hello
Then, just set the label to inline css html code for example:
<style>
.theme-entry input.SFC.SourceCode-Forms-Controls-Web-TextBox {
color: red;
border: 3px solid #FF6D00;
border-radius: 5px;
padding: 5px;
box-shadow:none;
background-color: #FED1B0;
}
</style>

I would recommend that you set the text or load the text for the label in a server rule as a best practice.

Developer tools help here to insect the classes or names of various controls so you can target them with css.
This does require that you a very good understanding of the CSS language and rules.
Translate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.