Do you want to change the default New Post , Old Post and Home Link from Blogger Blog? We provide the tutorial to make stylist CSS design in New Post , Old Post and Home link . Because no Body like the Default navigation link in footer of the Blogger template.
1. Go to Blogger Dashboard
2. Find the above three link code one by one and Replace with Below code one by one.
(i) First , Find the code pressing the Ctrl + F
and replace with the below code .
(ii) Second , Find the code pressing the Ctrl + F
and replace with the below code .
(iii) third , Find the code pressing the Ctrl + F
and replace with the below code .
3. Now , save the template.
<data:newerPageTitle/> - New Navigation Link
<data:homeMsg/> - Home Navigation Link
<data:olderPageTitle/> - Old Navigation Link
1. Go to Blogger Dashboard
->
click on Template ->
Edit HTML.2. Find the above three link code one by one and Replace with Below code one by one.
<data:newerPageTitle/>
and replace with the below code .
<p sytle=" display:block; Background:#ddd ; color:#fff ; Text-decoration:none ; ">
Previous </P>
<data:homeMsg/>
and replace with the below code .
<p sytle=" display:block; Background:#ddd ; color:#fff ; Text-decoration:none ; ">
Home</P>
<data:oldererPageTitle/>
and replace with the below code .
<p sytle=" display:block; Background:#ddd ; color:#fff ; Text-decoration:none ; ">
Next</P>
3. Now , save the template.