• Hi,

    I was using the following theme http://ww.wp.xz.cn/themes/pellucid-dashed.

    But it is 5 jears old and many plugins doesn’t work correct with it.

    I have searched but couldn’t find a theme like “pellucid-dashed” with a big background image. It would be great if it also uses some excerpts with thumbnail images on the HOME side.

    Does anybody of you nows a theme like them I desciped?

Viewing 1 replies (of 1 total)
  • Just about any theme can be easily modified to display a background image in the body with just a line of custom CSS, for example:

    body {
    background: #06065c url(/images/background.jpg) no-repeat fixed top;
    }

    So just concentrate on finding a theme that displays thumbnail images. What’s nice about WordPress is that you can easily install as many different themes that you want, try them out, and if you don’t like it, move on to the next. When you see a theme you want to try, go to Appearance > Themes and click the Add New button, you don’t have to fool around with FTP. I have 53 themes installed on one sandbox site of mine that I play around with.

Viewing 1 replies (of 1 total)

The topic ‘Theme with big background image’ is closed to new replies.