Guide for applying a blogspot custom background image using HTML
Table of Content
- Guide for custom image apply
- Guide for applying custom image backgrounds to post backgrounds
Guide for custom image apply
01/11
Under Manage Blogspot, click Theme.
02/11
Click CUSTOMIZATION.
03/11
Click not allowed.
04/11
Click Image Upload.05/11
Click IMAGE SELECTION to upload an image.
06/11
Right-click on the uploaded image, Copy image address, and paste it into notepad.
07/11
You need to click on CUSTOMIZATION and open the HTML editing.
Press Ctrl+F to find the beginning of the Body.
I need to find the background area.
09/11
Background to apply a custom image to the background, You must be add HTML Tags.
if You need to HTML Code, Download.
body{
background: url();
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
10/11
background: url();
Paste your image address in (), no single or double quotes required.
11/11
Now, one last thing to do is hit Save.
Guide for applying custom image backgrounds to post backgrounds
Find the Post body color field and change that color to transparent.
0 Comments