February 24, 2019

How To Hide Description From Blogger Header

How To Hide Description From Blogger Header



1. Log in to your dashboard--> layout- -> Edit HTML
2. Scroll down to where you see this :
#Header .description
Look at the picture below.
3. Copy below code and paste it after above line.
display:none;

Look at the example below.

4. Now save your template and you are done.