Firstly, you are mostly welcome to Entire Blog Help blog.
From this article, We are going to learning about "How to remove Older post and Newer post link from blogger blog".
It is a very easy to delete older post and newer post link to your blog. From css you can design your entire blog effectively. I am providing to you small css code for remove that links. This css codes provided below,
For remove Older post link:
#blog-pager-older-link
{
float: right;
}
For remove Newer post link:
#blog-pager-older-link
{
float: right;
}
For remove Newer, older, and home link:
#blog-pager
{
display: none;
}
How to add above css code to blog:
1. Go to blogger dashboard.
2. Go to template.
3. Click on customize.
4. Go to advance and add css code there and save it.
From this article, We are going to learning about "How to remove Older post and Newer post link from blogger blog".
It is a very easy to delete older post and newer post link to your blog. From css you can design your entire blog effectively. I am providing to you small css code for remove that links. This css codes provided below,
For remove Older post link:
#blog-pager-older-link
{
float: right;
}
For remove Newer post link:
#blog-pager-older-link
{
float: right;
}
For remove Newer, older, and home link:
#blog-pager
{
display: none;
}
How to add above css code to blog:
1. Go to blogger dashboard.
2. Go to template.
3. Click on customize.
4. Go to advance and add css code there and save it.
Comments
Post a Comment