Blogspot Blogger [Tutorial] Guide for applying a blogspot custom background image using HTML

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.
Theme

02/11
Click CUSTOMIZATION.
CUSTOMIZATION

03/11
Click not allowed.
not allowed

04/11
Click Image Upload.
Image Upload

05/11
Click IMAGE SELECTION to upload an image.
Image Selection

06/11
Right-click on the uploaded image, Copy image address, and paste it into notepad.
Copy image address

07/11
You need to click on CUSTOMIZATION and open the HTML editing.
HTML editing

08/11
Press Ctrl+F to find the beginning of the Body.
I need to find the background area.
Body

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.
Image address

11/11
Now, one last thing to do is hit Save.
Save

Guide for applying custom image backgrounds to post backgrounds
Find the Post body color field and change that color to transparent.
transparent

Post a Comment

0 Comments