Modifying to have different backgrounds for different posts
-
Hello,
I’ve been exploring ways to have different backgrounds for different Pages in the Sharpfolio theme I am currently using. With my very limited knowledge with CSS, I managed to modify the background in the “Style.css” file but it makes it the default background for everything. While this is ok, I’d like to try having different backgrounds for my About, Archives etc. sections. I know theres the Template option that I can assign for Pages, but once again limited knowledge with css and I read a bunch of tutorials leaving me scratching my head. Does anyone know how to do this?
Here is my work-in-progress page I am working on:
https://www.ray-ray.caAnd here’s the line of code I changed for the background in my style.css file:
body { text-align: center; background: #191919 url('images/bg1d4.jpg') repeat-x top; width: 100% height: 100% color: #FFFFFF; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 11px; line-height: 24px; }
Thanks for reading this and the help. Cheers.
- The topic ‘Modifying to have different backgrounds for different posts’ is closed to new replies.