set entry_bgcolor as an image instead? SOLVED!

Jun 07, 2011 13:45

I want to make either "A" or "B" in the below example and image instead of a color. However, in my code, these are listed as:

Image of where I mean )

Leave a comment

Comments 2

london_fan July 5 2011, 00:35:48 UTC
Hi! I just saw your open request, so here you go (if you're still interested):

CODE TO CHANGE A:

.entry {
background-image: url(your_picture_url) !important;
}

CODE TO CHANGE B:

.entryHolderBg {
background-image: url(your_picture_url) !important;
}

Reply

justduchess July 5 2011, 10:12:51 UTC
Thank you SO much! :)

Reply


Leave a comment

Up