Hi, I can't find code to change color of this little circule:
please help me with it 🙂
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.
You are live saver! It work correctly now - thanks! 😉
domir21 My pleasure 😉