Hello!
Please help me to modify the color of the floating bubbles in blue/red in JA Space template. Where can I modify this colors?
Thank you in advance!
Hi @imiklec You can change the color in the file [root]/templates/ja_space/tpls/blocks/mask-body.php by modifying the stop-color="[your-color]" attribute in the SVG. Regards.
Hi!
Thanks a lot! But one issue... There are 6 objects, and with changing this setting, the color of only the first 3 changes, but the lower 3 objects keep blue and red colors 🙁
I went over all files, and I can't find where to change this also! 🙁
I ended up using the code to overwrite stop-color in custom.css wiht added decor-4, 5 and 6.
Hi @imiklec That’s right, so it’s working the way you wanted now, right?
Yes. Thanks.