Friday 7 December 2012

Remove Floating Feedback button in Blogger Dynamic View

Blogger dynamic view feedback is used to seen feedback which include feature for including screenshot and various information! It is good to send feedback directly to Google! But why add such useless things! The feedback menu, placed at the bottom-right corner of blog page can be removed by short and simple step using CSS display:none method.

Before



AFTER


STEP:-
Go to Dashboard ('House' symbol) --> Template --> Customize --> Advanced --> Add CSS --> Paste the following code --> Apply to Blog --> Done


a.feedback {display:none;}


You are done!

No comments:

Post a Comment