How To Add Together Unlike Background Color Or Icon Inwards Each Blogger Post

When y'all bring multiple authors on a Blogger blog together with desire to brand a specific ship stand-out, y'all tin alter anytime the background color of your posts or apply a background picture behind them. And this tin endure easily done past times wrapping the post's HTML inward a 'div' element. You tin apply this play a joke on to your already published posts or y'all tin change/remove it afterward if that's your wish.

Related: How to Add Different Backgrounds inward Blogger Pages

So, this tutorial volition exhibit y'all how to mode each ship differently past times adding roughly code snippets inward your Blogger posts. Please regime annotation that this play a joke on won't piece of job if y'all bring implemented the auto-read to a greater extent than function.


How to Change the Background Color of a Blogger Post

Step 1. Log inward to your Blogger account, click on your spider web log together with press the 'New Post' button.

 y'all tin alter anytime the background color of your posts or apply a background picture beh How to Add Different Background Color or Image inward Each Blogger Post

Step 2. Once y'all bring finished writing the post, switch to the 'HTML' tab together with add together the next code only at the outset together with at the destination of the ship content.
<div style="background-color: #444; color: #fff; padding: 10px;">
Your text goes here...
</div>
 y'all tin alter anytime the background color of your posts or apply a background picture beh How to Add Different Background Color or Image inward Each Blogger Post

Note:
  • replace the hex value in blue to alter the background color together with the color value in green alongside the color of the post's text. You tin usage this Color Code Generator tool to alternative your favorite color.
  • "Your text here...." is where the Post content should go, i.e. betwixt the <div style="..."></div> tags.

How to Add a Background Image inward a Blogger Post

If y'all desire to add together a background picture inward a post, add together the next code only at the outset together with destination of the ship content:
<div style="background: url(IMAGE-URL-HERE); background-size: cover; color: #000; padding: 10px;">Your text goes here...
</div>
 y'all tin alter anytime the background color of your posts or apply a background picture beh How to Add Different Background Color or Image inward Each Blogger Post

Note:
  • paste the URL address of your hosted pic (use Photobucket, Tinypic etc.) where it says IMAGE-URL-HERE
  • the line inward red together with the </div> tag has to endure added at the outset together with at the destination of the post's HTML.
  • if the background picture is dark, together with then y'all volition involve to alter the text color - supercede the #000 color value alongside #fff
  • "Your text here...." annotation tells y'all where the Post content should go.
Step 3. Now click the 'Publish' push clit together with y'all are done.

Comments