Adding a simple signature is a quick way to make your Premade Blog Template stand out from the crowd & make your readers feel like they’re reading a heart-warming letter from their pen pal!
This tutorial is going to teach you to add a signature to every post in your blog. It’s a super simple process, promise! Are you ready? Follow along:
CREATE YOUR SIGNATURE:
Of course, you should begin by creating a simple, yet memorable signature for yourself! Make sure to save it in .png for the best quality & use transparent background! The size is really up to you, but from my experience, it’s best to keep it no bigger than 300x200px. If you want to hire me to create a signature design for you, you can do it HERE.
UPLOAD TO TINY PIC:
You will need to find a place for hosting your image. I personally recommend tiny pic, they have very easy system & you don’t need to register in order to host your image. For the small project like this- it’s just perfect!
INSERT CSS CODE:
Once you have your image’s url ready, head over to your Blogger’s dashboard & click: CUSTOMIZE
Once you’re in the customization panel, head over to ADVANCED->ADD CSS and paste in this code:
.entry-content:after {
content: url(YOURURLHERE);
}
Insert your image’s URL and don’t forget to SAVE!
That’s all you have to do! I told you it was easy, huh?