I would like to replace the “Content Background” color field with my own texture image. Looking around at examples for other wordpress sites it seems this is a simple css fix, but I can’t find the right place to do this in Luminescence.
Ideally, I’d like to set it up so that a user in the Theme Customizer GUI can choose whether to upload an image (logo/background upload style) or pick a color for this field. If this is too difficult, then only being able to do it manually in the code is ok too.
Sorry for late reply…regarding your question, you will have to do some css for this one. If you look in the front-end source code, you will see this container:
The class lum-equal-wrap is more likely the one you will use for a content background image. I just tried this and it worked. so for that class, you will add a
The site is under construction so it’s hidden to non admins, but here are screenshots of my paper texture in action. To build on this I wanted to show a different paper background texture for each category. I found a php function to put categories into all single posts’ so that single posts and category pages can then be handled with the same css.
It should work….double check that the image is there, then check that the file name is correct. Also make sure you clear your browser cache. One last thing, make sure that the child theme is active…it has happened before and can be easy to miss when one sees two themes with the same screenshots in the admin and didn’t realize the parent theme was active.
Thanks. I have to be missing something. The image is on the server, file name appears to be correct. Cleared browser cache twice. Child theme is active. *scratching my head*