Note: These instructions assume you have the MyListing Child Theme implemented and use the FileZilla (Free) app to manage your website files. While you could use a WordPress ‘File Manager’ plugin to manage your files, that method isn’t recommended.
Implementation
- From FileZilla, browse to /wp-content/themes/my-listing/assets/images.
- Copy the tick.svg file down to your workstation.
- Open the tick.svg file with your preferred text editor.
- Adjust the path fill=”#” value on Line 7 to change the SVG’s background color.
- Adjust the path fill=”#” value on Line 22 to change the SVG’s icon color.
- Save.
- From FileZilla, browse to /wp-content/themes/my-listing-child.
- Create a folder named ‘assets’.
- Browse into the ‘assets’ folder and create an ‘images’ folder.
- Browse into the ‘images’ folder.
- Copy the updated tick.svg file to the /wp-content/themes/my-listing-child/assets/images folder.

