Background Image for each Topic

  • Unknown's avatar

    Is there any way to put a background image for the text in a blog post???
    Thank you

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

  • Unknown's avatar

    You can use inline CSS. Switch to the HTML editor when writing your post and copy in this line of code at the very beginning:

    <div style="background:url("IMG-URL");">

    And this line at the very end:

    </div>

    You should replace IMG-URL with the link URL to your image which I expect you’ll upload to your media library. You can also set the position, repeat values and scroll values of the background image if you need to.

  • The topic ‘Background Image for each Topic’ is closed to new replies.