Archived topic
OK to create image directory for CSS use?
1 reply · Started by Ian on March 3, 2020
Viewing posts 1–2 of 2
Can I create an image folder in the generatepress theme folder, for use by css, that will survive a theme update?
- Create: /wp-content/themes/generatepress/images
- use: background: url(images/bullet02.png) 0 0 no-repeat;
I don't want to use the Media library, so the client can't delete the theme images. Or should I create a child theme?
Hi there,
changes to the parent theme will get lost on update - so a Child Theme will be required.
This archived topic is closed to new replies.