CSS to use custom image as background instead of white/solid color ON ENTRIES

  • Unknown's avatar

    Hi! I’ve found loads of answers on changing the whole blog background to an image or the entries to a solid color but on my Blogger account, my designer had a custom image on that background AS WELL AS a custom linen texture image used on the background of each blog post entry.

    To clarify, the main background was a wood image but the box that the blog entry lives in used a linen texture image instead of the standard white.

    I’m new to WP and using the “Natural” theme. Is there a CSS or a work around to use an image for my blog entries background?

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

  • Unknown's avatar

    Hi bybistro

    To clarify, the main background was a wood image but the box that the blog entry lives in used a linen texture image instead of the standard white.

    I’m new to WP and using the “Natural” theme. Is there a CSS or a work around to use an image for my blog entries background?

    – I am seeing the white background color to the box that the blog entry.

    Are you asking here about how to get the background image in this box?

    If yes then you just need to add some css code to add background images to the post box:

    .postarea{
    background-image:url("https://bybistro.files.wordpress.com/2018/02/dark-rustic-wood-background-i9clb7kk.jpg");
    }

    Here in the above code, the URL is for the wood image. You can replace it with the URL of a texture image.

    Hope this helps.

  • The topic ‘CSS to use custom image as background instead of white/solid color ON ENTRIES’ is closed to new replies.