Today’s featured Blogger tips,
and it shows you how to hide the ‘Send Feedback’ button at the bottom
right corner of your web page when using Blogger’s Dynamic Views template. Some consider the button virtually useless or unsightly.
Anyway, all it takes is teeny-weeny bit of CSS code to keep it out of sight. Here’s how you do it:
Anyway, all it takes is teeny-weeny bit of CSS code to keep it out of sight. Here’s how you do it:
- In your Blogger dashboard, go to Template then Customize.
- Click on Advance and select Add CSS.
- Copy and paste the CSS snippet below:
a.feedback {display:none;}
- Click on Apply to Blog and Done.
.
No comments:
Post a Comment