Ddomir21Apr 3, 2023Post #1 Monday, April 3, 2023 10:05 AM Hi, I can't find code to change color of this little circule: please help me with it
saguarosApr 4, 2023Post #2 Tuesday, April 4, 2023 6:20 AM domir21 Hi That color is defined via css code, you can override with this: .acm-features .mask-icon:after { background: #FFD4C0 !important; } and change to your desired color.
Ddomir21Apr 4, 2023Post #3 Tuesday, April 4, 2023 7:26 AM You are live saver! It work correctly now - thanks!