
How to create this checklist text?

How to create this checklist text?
Hello Sathis,
Thanks for asking. 
You can take a look at Classic icon list element to have checklist text on the page.
Thanks.
How i change its text color and size?
Hi Sathis,
You can add a CSS rule to change the text color and size.

If you want to change it globally, you can add a custom CSS rule into your X -> Theme Options -> CSS area.
.x-ul-icons .x-li-icon {
color: red;
font-size: 16px;
}
Hope that helps.
Thank you for it.
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.