lisar915
Member
Posted 6 years ago #
Hi everyone,
What type of code do I need to insert in order to have a background image in my blog?
Currently, there's a lot of white space on the side:
http://www.mansour-rahmanan.info/blog
However I don't just want to replace all that space with a solid color. I want to include some kind of pattern as the background image.
Any suggestions?
Thanks.
Lisa
Open up your themes style.css and find the line that is like 'body {' after that look for the line like: 'background #FFF;'. Change the FFF to some other color. Some hex color codes here
Or if you decide you want an image add:
background-image: url(yourpictureurl here);
lisar915
Member
Posted 6 years ago #
Thanks Ajd. I'll give it a try.