I am attempting to change the following code to alter the color of the dots from red to teal:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="4" cy="4" r="4" fill="white"></circle>
<circle cx="4" cy="16" r="4" fill="#2196F3"></circle>
<circle cx="16" cy="4" r="4" fill="#2196F3"></circle>
<circle cx="16" cy="16" r="4" fill="white"></circle>
</svg>
In the custom code section of the template i added it to /body, but it is not changing the color of the dots.
Can you tell me how I can change this code?
[upl-image-preview url=https://www.joomlart.com/forums/assets/files/2021-06-21/1624277099-959149-change-color-from-red-to-teal-in-custom-code.png]