How to Change - Customized Each Sidebar Widget Differently

No comments:



Are you bored with your dirty looking Sidebar?Do You Want to Change or customized  Siderbar widgets Font color ,font Size ,background Color  (List, Label etc.) on Blogger? Well then, You have come to the right place.In default Blogger Templates,You found That All widegets of Sidebar have same font size , font Color,Font Style.Here we informed that how you can change/ Customized Sidebar widgets Heading ,Size ,color as Your Mind " above posts.If you want to Customize Each Sidebar Widget Differently, just do the following steps:

Advantages/Features

    Style/Customized Each Sidebar Widget .
    Simple and Small Code Used
    Load Quickly and Easy to Use
    Your Blog Will Looks awsome

This is also very simple process and just takes your few seconds to make changes in it. All you need to do is to simply follow below instructions and Customize / Change Widget diffrently

SELECT / CHOOSE THE WIDGET YOU WANT CHANGE

Each widget added in Blogger Layout has a unique ID. We will use this ID to apply some style to our widget. So, First You have to find  ID Of the Widget You Want to Change.For find the Id You have to go.

Dashboard  ► LAYOUT ► EDIT HTML ► and By Using Ctrl+F Keys Search "sidebar-wrapper" .

 In my case, the code looks like this:



STEP OF CHANGE / CUTOMIZED OF WIDGETS


  • Go to Blogger >> Dashboard>> Template>> Edit HTML.
  • Find below tag in your template By Using Ctrl+F Keys

                   ]]></b:skin>
                   </head>

  • Now just above it paste the following code.
#Label1 {
background:#FFF4BF;
padding-left:15px;
font:14px Arial;
border-bottom:2px solid #FFE25F;
}


#Label1 h2 {
background: url( your image link) no-repeat bottom left;
height:35px;
padding-top:10px;
font-size:0px;
}


#Label1 a:link {
color:#5F5F5F;
text-decoration:none;
}

#Label1 a:visited {
color:#5F5F5F;
text-decoration:none;
}

#Label1 a:hover {
color:$titlecolor;
text-decoration:underline;
}

  •  Click On Preview to verify that everything is as you want.
  • Finally  save your template by Clicking on Save Template and now you are done

SHORT DISCREPTION OF CODE
  • The part in green is the style for the specific widget box (in this case Label). You can change background, font style, position, colors, borders of the widget.
  • Blue part is defining only the HEADING of the widget.
  • The part in Pink defining only color of link appear before visiting
  • The part in violet defining the color appear when visited the link.
  • The part in Dark Red defining  the color appear when pointer move on link
Read More »

How To Remove- Hide Showing Post With Label in Blogger

No comments:

 Remove- Hide Showing Post With Label in Blogger

 

Do You Want to Remove / Hide  Showing Post With Label From Blogger? Well then, You have come to the right place.In default Blogger Templates,When you click on any label then show  a message status " Showing Post With Label ---- Show all post " above posts.If you want to remove /hide these message, just do the following steps:

Advantages/Features
  •     Add horizontal Line Between Post.
  •     Simple and Small Code Used
  •     Load Quickly and Easy to Use
  •     Your Blog Will Looks awsome

 Procedure To Remove / Hide "Showing Post With Label"

  1. Go to Blogger Dashboard>> Template>> Edit HTML
  2. Find below tag in your template.
  3. </head>
  4.  Now just above it paste the following code.
  5. <style>
        .post-labels {
        display: none;
        }
        </style>
  6. Click on 'Save Template' button to save changes
Congratulations, You have successfully Remove / Hide  Message "Showing Post With Label" in blogger
Read More »

How To Add Divider (Seprator) Line Between Post in Blogger

No comments:



Do You Want to Add Divider or Seprator Line between post In Blogger? Ok then, You Have  Come to the right place.Here I have explain simple way to put a horizontal separator line between post in your blog. If you want to Add Divider (Seprator) Line Between Post then just do the following steps:

Advantages/Features
  •     Add horizontal Line Between Post.
  •     Simple and Small CSS Code Used
  •     Load Quickly and Easy to Use
  •     Your Blog Will Looks awsome
STEP-1 
  •  Login into Blogger
  • Open Your Desire Blog
  • Go To  Layout
STEP-2
  • Now Add Gadget  "Html/Javascripts"
STEP-3 
 Copy & Paste this code into that box:

<style type="text/css">.post {
background: url(YOUR IMAGE URL HERE) no-repeat;
background-position: bottom center;
margin:1.5em 0 1.5em;
border-bottom: none;
padding-bottom: 3.5em;}
</style>

Note: Replace ' YOUR IMAGE URL HERE'  with your desired link of horizontal  image
Read More »

Remove / Hide Newer Post-Older Post Links From Blog

No comments:

Do You Want to Remove / Hide  Newer Post-Older Post Links From Blog? Well then, You have come to the right place.In almost all Blogger Templates,you can find the Newer Post-Home-Older Post Links below the blog posts.If you want to remove /hide these links, just do the following steps:

Advantages/Features

  • Hide Your 'Newer Post-Home-Older Post' Links.
  • Simple and Small CSS Code Used
  • Load Quickly and Easy to Use
  • Your Blog Will Looks like a website

STEP BY STEP To HIDE

1st METHOD
1.Login To Your Blog
2.Open Your Desire Blog
3.Navigate to Template
4.Click On "Edit HTML".
5.Now Search the Following Code Using (Ctrl+C).
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}

6.Now Replace The Above Code With The following Code

#blog-pager-newer-link {
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}

#blog-pager {
text-align: center;
display: none;
}

7.SAVE and You have done.


2nd METHOD


1.Login To Your Blog
2.Open Your Desire Blog
3.Navigate to Template
4.Then Navigate to "Customization->Advanced->CSS".
5. Just Add Below Code In Your CSS…

#blog-pager-newer-link {
display: none;
}
#blog-pager-older-link {
display: none;
}
#blog-pager {
display: none;
}


6.Save and Done
Read More »

About the Author

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat volutpat nibh nec posuere. Donec auctor arcut pretium consequat.

© 2013 Blogger Tutorials. Designed by Bloggertheme9
Proudly Powered by Blogger.