How to Add Different Backgroudns in Blogger specific page or Post

In this post you will see how you can add different backgrounds in any specific page or post of blogger, through this you give a new look and beautiful view. It is not difficult, if your knowledge is good in CSS. So, it’s very easy.

How to Add Different Backgrounds In Blogger Post/Page

Step # 1: Login to your Blogger Account and Go to Dashboard > Template > Edit HTML

Step # 2: Click Ctrl + F open search bar and find </head> tag 

Step # 3: Copy and paste the following code, just above the </head> tag 
<b:if cond='data:blog.url == &quot;POST-OR-PAGE-URL&quot;'>
<style>
body {
background-image: url(BACKGROUND-IMAGE-URL);background-position: center; background-repeat:repeat; background-attachment: fixed;
}
</style>
</b:if>
Note: Replace, POST-OR-PAGE-URL" with the specific page or post URL where you want to show desired background and do not forget to replace the "BACKGROUND-IMAGE-URL" with direct link of your background image

Step # 4: Save the template.

Done


Share on Google Plus

About Unknown

My Name is Usman Ali and i am SEO Consultant, Online Mentor who has been working since 2012. Blogging is my pession. I can help you in Make Money Online, Blogging, Teachnology, Tips and Tricks, How to and Specially SEO Related issues.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment