Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Sara, sure, that can theoretically be done in any theme with some CSS. The exact CSS would depend on your specific image.

    If you need further help, please provide a link to your site and to the image you want to use and I’ll be glad to have a look.

    Thread Starter saracaselli

    (@saracaselli)

    Hi Kathryn,
    about this post:
    http://178.239.177.177/prova-background/
    I would like to know if is possible to insert the video
    ( with necessary modification )at the centre of the image below.

    about this post:
    http://178.239.177.177/book-background/
    I would like to know if is possible to insert the image at the centre of the image below.

    Thanks!
    Sara Caselli

    Hi Sara, if you’re comfortable with CSS, I’d encourage you to experiment to get the effect you’re after.

    The class you’d want to target is .entry-content. You’d first need to make your file smaller to better fit the width of the content area. Then, this is some very basic CSS code you could start experimenting with:

    .entry-content {
    background-image: url("http://178.239.177.177/wp-content/uploads/2013/09/your-image.png");
    background-repeat: none;
    }

    More about the CSS background property:
    http://www.w3schools.com/cssref/css3_pr_background.asp

    You may also need to adjust some of the theme files directly if you need to add additional classes to get the image appear to stretch vertically to accommodate more content. I don’t know how advanced you are in theme development, so if it’s not something you’re comfortable doing yourself you may want to hire someone to help get it exactly how you want it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image as a background in a post’ is closed to new replies.