Issue Summary
CSS link to a file in my local /wp-content/themes/ directory doesn’t work, but link to /wp-content/uploads/ does.
Troubleshooting Questions
This CSS does NOT show the phone image
.phone:before { background-image: url(’/wp-content/themes/mytheme/images/icons/phone.svg’);}
But this CSS DOES work.
.phone:before { background-image: url(’/wp-content/uploads/2021/07/phone.svg’);}
System Details
Local version: 6.1.0+5452
Operating System is macOS Big Sur (11.5)