Add Stylish JQuery Text Resize Buttons To Posts On Blogger Blogs
I have had a few requests for a tutorial on adding text re size buttons to posts on Blogger.Back in 2009 i published a gadget that allowed visitors to change all the text size and fonts on your blog including headings, sidebar text and post text.But this time i wanted a gadget that onlu changed the text in the posts.I checked out a number of scripts and styles before settling on the one i have for you today.Using some simple jQuery and some colorful icons in a table we can create a stylish text resize section and float them on the corner of posts.The gadget has three buttons to increase text size, decrease text size and a reset button along with the standard text resize icon.
Take a look at the demo below :
Add Colorful Text Resize Gadget To Blogger Posts
Remember Always Back Up Your Template Before You Make Changes - How To Back Up A Blogger Template
Step 1. In Your Blogger Dashboard Click Design > Edit Html
Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)
Step 3. Copy and Paste the following code Directly Above / Before </head>
Note - If you have previously added jQuery script to your blog remove the code in yellow.
Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)
Step 5. Now Copy And Paste This Code Directly Below / After <div class='post-header-line-1'/>
Note - The gadget is currently set to only display on post pages to display it on the home page also remove the two parts of code in yellow.
Step 6. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Find Code In Blogger Template Template)
Step 7. Now replace <data:post.body/> with the following code :
Step 8. Save your template.
That's it you now have some cool and useful text resize buttons on all your posts.Make sure to check out more of our Blogger Gadgets.
Drop Your Comments And Questions Below.
Comments
Post a Comment
Thanks You