Change image in Theme Background for "Crafty"
-
Hi,
I want to use the theme “crafty” for my blog, but in the background is a picture of a little apple. I would like to change that picture to something else. I like everything else about the theme, it’s just the one image that I would like to swap out.Is that possible or would I just have to get an entire new background if I didn’t want the apple?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello! I looked at the theme and this would be possible if you have the Custom Design option that comes with having a WordPress.com Premium and Business plan. https://en.support.wordpress.com/custom-design/
This would allow you to add CSS underneath the Custom CSS option.
Try adding this code and tell me if it works!
main:before {
background: none;
}I hope this helps. :)
- The topic ‘Change image in Theme Background for "Crafty"’ is closed to new replies.