reference wp media file on child theme css file

Solutions on MaxInterview for reference wp media file on child theme css file by the best coders in the world

showing results for - "reference wp media file on child theme css file"
Idriss
11 Feb 2017
1.class {
2  background-image: url("../../../../wp-content/uploads/.../image.webp");
3  background-image: url("../../../../../wp-content/uploads/.../image.webp");
4  background-image: url("../../../../../../wp-content/uploads/.../image.webp");
5}
6
similar questions