transparent background for posts

  • Unknown's avatar

    Hello, I’m wondering if there is a way to have transparent background for my image posts. I don’t want the plain background which I have right now. Thank you very much!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    My suggestion is to create a 5px or 10px square PNG image with the level of transparency you want and then add that as a background to .photo. Upload it to the media library, get the URL of that image and then replace URL OF IMAGE between the double quote marks with the image URL you uploaded.

    .photo {
    background: url("URL OF IMAGE") repeat scroll 0 0 transparent;
    }
  • The topic ‘transparent background for posts’ is closed to new replies.