Background Image for each Topic
-
Is there any way to put a background image for the text in a blog post???
Thank youThe blog I need help with is: (visible only to logged in users)
-
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.