Emporio Blogger Theme : Change or Add Background Image

The Emporio blogger theme is one of the responsive themes released by Blogger recently.

Unfortunately, many users of the theme don’t find it easy to apply a background image.

So, in this tutorial, I want to show you, how to add background image to Emporio Blogger theme.

###How?

  • Sign in to your Blogger dashboard at blogger.com
  • Navigate to “Theme” > “Customize” > “Advanced” > “Add CSS”

  • Copy and paste the code below into the box:
body {
background-image: url("https://3.bp.blogspot.com/-Xhiqk5u4c4w/WGI_40df2SI/AAAAAAALRGc/CHPf0YlTUwABK02IwkI7ZezqItbcTESygCK4B/s0/HikLeN.jpg");
}
  • Click “Apply to Blog”.

That’s all.

I hope it works for you.

NB: You can change the background image in the code above by changing the image url to the url of the image you want to use.

2 Likes

My mentor @jidetheblogger, please my background img is over stretching, how can i fix it?

Are you using the Emporio theme?

Yes Boss am using emporio theme

What’s your blog url so I can check what you mean by “over stretching”. You can also upload screenshot.

Anyway, search for the code below :

body {
  background: $(body.background);
  background-color: $(body.background.color);
  background-size: cover; 
  color: $(body.text.color);
  font: $(body.text.font);
  margin: 0;
  min-height: 100vh;
}

and edit the “background-size” as seen in the code below :

body {
  background: $(body.background);
  background-color: $(body.background.color);
  /* background-size: cover; */
  color: $(body.text.color);
  font: $(body.text.font);
  margin: 0;
  min-height: 100vh;
}
1 Like

Thanks Boss, I have done that successfully

1 Like

Am not getting how to change my background photo on empirio template with custom image

The custom image I uploaded is blur

My blog @ Science’n’Tech Blog

The fix is up there . Click here.

1 Like

@jidetheblogger have successfully applied the new custom background and it now working through the HTML code I modified

Thanks

1 Like

Please where can i find a proper background image(Not pattern) for my Blog?