This is the second article that related to removing the unwanted thing from blogger’s static pages. Click here for the first article. Today, we will learn how to remove button from static pages.
Disclaimer
Please be informed, this procedures had been done based on my blog template. I SHOULD NOT BE responsible if any harm happen to yours during following my procedures. Please backup your blog template before doing any modification on it.
Note:
- For those who want to know how to create the static page, click here.
- For those who want to know how to create
button, click here.
- For those who want to know how to manipulate
button, click here.
Before The Procedures
The Procedures
- Login to your blogger dashboard –-> click Design –-> click Edit HTML –-> click the check box Expand Widget Templates to show the
sign.
- Press
to show the Find toolbar locate at the top of Design board –-> type <div class='post-body entry-content'> –-> click Next
- The template editor will redirect you to the code highlighted in yellow color. See below.
- Refer to the above, you will see a piece of code inside the blue box which represent the
button. You previously have added this code.
- Now, let we focus on the code that represent the
button. Inside the HTML tag table, add the CSS class selector. For example, see the blue font in the picture below.
- Then, inside the Find toolbar (at the top of Design board), type </head> –-> click Next –-> ABOVE the </head> tag, paste the code below.
- Click SAVE TEMPLATE –-> view your static page to see the result.
As you see on the above picture, there is no more button.
3 comments:
nice, thanks!
nice
thank you so much!
Post a Comment