Note: Back up your template's HTML code first.
Step 1. Go to blogger DASHBOARD -> TEMPLATE -> EDIT HTML
a. Then you'll find an instruction which says, "Directly editing HTML may affect....." Press "PROCEED."
b. Tick on "EXPAND WIDGET TEMPLATE."
STEP 2. Press CTRL F then copy and paste the following at the "get prompt" located at the upper right corner of the screen:
- ]]></b:skin>
Paste the code below before "]]></b:skin>".
- .description{ display: none; }
After having pasted it, your code should have to look like this one:
display: none;
}
"]]></b:skin>"
Then, press SAVE TEMPLATE.
NOTE: There's another way of doing it if you're not comfortable with the above method, more so that you'll be editing the HMTL code of your blog. All you need is go to your DASHBOARD -> TEMPLATE -> CUSTOMIZE -> ADVANCED -> Add CSS then paste
.description{
display: none;
}
Related Topic
How to display author's name in blogger under post title?
How to split into two a blogger header?
How to add horizontal navigation bar in blogger?
Thanks
ReplyDelete