Closed
Solved
How to change the color of icon pi-close-box
How to change the color of icon pi-close-box, default is black color.
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
How to change the color of icon pi-close-box, default is black color.
Hi
if you want something OOTB you can use button and add icon to the button with empty text. In the presentation tab, choose control format as Icon. Which will give you blue colored icons.
If you want to use image control with icon class as reference, I think you need to add custom css in your skin.
First add a class Ex: "my_icons" in the advanced presentation tab as below
In the skin add custom css with following styles
.my_icons{
color: blue;
}
You will then be able to see blue color icons.
you can reuse same class wherever needed 😃.
Accepted Solution
1. You can add a CSS class for the color if not already available,
2. You can add color class to your icon class configuration as below screenshot,
Question Solved
Question
Question
Question
Question
Question
Question
Question Solved
Question
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.