Adding/Repeating a Background Image to a theme
-
Hello,
I have been using wordpress for about a year but still have quite a bit to learn. I am currently trying to figure out how to take an image an make it a full background by repeating the image in the CSS file on my site . The free portfolio theme I am using is: https://www.dessign.net/grid-theme-responsive/It has a custom setting to change the color of the background, but that’s not what I want to do. I wonder if perhaps that is what’s interfering.
I have tried several variations of code that I got from forums, here is the most recent:
body { background-image:url { background-image:url(https://www.nydogwalkingco.com/wp-content/uploads/2012/12/Picture-28.png); background-repeat:repeat; }
However, no image shows up no matter the source or image. If I simply try to change the color manually through the stylesheet, that functions fine, so I’m wondering what the problem is and what I need to do to fix this.
Any help would be much appreciated, if I need to provide anymore information please let me know-sorry for being so clueless!
Thanks.
- The topic ‘Adding/Repeating a Background Image to a theme’ is closed to new replies.