Blogger officially supports 'after the jump' summaries. You can insert a jump break anywhere in a post to make it short on the blog homepage. The part after the jump break will be visible only when user will click on the Jump Break or Read More link. In this tutorial, we'll add some coding in the template HTML. After that, you'd be able to change the font, color or even the background color of the Jump Break or Read More from the Template Designer.
Please don't use this tutorial on your blog if you're not using 'Simple' Blogger template, otherwise you might get an error!
This tutorial is also available in video form at my YouTube channel:
http://www.youtube.com/user/BloggerEngineer
What is Jump Break or Read More Link?
If you don't know anything about Jump Break or Read More links, please read the following article in the official Blogger help.
Creating 'After the jump' summaries
Steps
Follow these simple steps to complete this Blogspot tutorial.
- Log in to your Blogger account.
- Open 'Design' tab then 'Edit HTML' tab.
- Scroll down a bit and you'll see this code:
Tip: Windows users can press 'Ctrl + f' to fing the code./* Variable definitions ==================== - Replace the above code with the following code:
/* Variable definitions ==================== <Group description="Read More" selector=".jump-link"> <Variable name="rm.font" description="Font" type="font" default="normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif" value="normal normal 12px 'Trebuchet MS',Trebuchet,Verdana,sans-serif"/> <Variable name="rm.color" description="Color" type="color" default="#f9f9f9" value="#eeeeee"/> <Variable name="rm.h.color" description="Hover Color" type="color" default="#eeeeee" value="#eeeeee"/> </Group> <Group description="Read More Background" selector=".jump-link"> <Variable name="rm.bg.color" description="Color [www.betatemplates.com]" type="color" default="#000000" value="#000000"/> </Group> - After that, find
]]></b:skin>and replace it with the following code:
.jump-link { float: right; font: $(rm.font); background: $(rm.bg.color); } .jump-link a, .jump-link a:visited { color: $(rm.color); } .jump-link a:hover { color: $(rm.h.color); } ]]></b:skin> - Now, save your template.
- After saving template, open the 'Template Designer'.
- In 'Template Designer', expand the Advanced tab and you'll see 'Read More' and 'Read More Background' tabs at the top.

- You can change the font, color and background color and instantly see the preview. However, change in 'Hover Color' can't be previewed instantly. You'd have to open the blog and bring your mouse over the Jump Break or Read More link to see the 'Hover Color' effect.
- After customizing the Jump Break or Read More link, click 'APPLY TO BLOG' link to save your changes.

I´ll try this, ty.
ReplyDeleteInvalid variable declaration in page skin: The skin variables could not be parsed as they are not well-formed. Input:
ReplyDeletei'm having this problem when saving the template.. please help
@ mawar_biru, send my your template.
ReplyDeletelevisinside0@gmail.com
I did everything and it shows up on the advanced editor, but when I click on the colors or font, nothing changes on the actual blog.
ReplyDeletesame problem as mawar_biru
ReplyDelete@ Alysa, send me your template file.
ReplyDeletelevisinside0@gmail.com
@ chefspeaks, please send me your template file, otherwise I can't do anything remotely.
ReplyDeletelevisinside0@gmail.com
Great post. Thanx a lot. I was searching this for a long time. thanx a lot again.
ReplyDeleteHi,
ReplyDeleteI have the same problem as mawar_biru. The buttons show in the Template Designer, however when I make changes it doesn't change anything on the blog. It would be great if you could help me!
thank you
ReplyDeletelook nice but i have same problem like chefspeaks and mawar_biru
ReplyDelete@ Sabin, I've tested the tutorial again and its working fine. I guess the problem was the complexity of steps which I've updated. Please try it once more and if the problem still persists then mail me your template file:
ReplyDeletelevisinside0@gmail.com
Hi! I followed your tutorial but something goes wrong with a part of my layout. Hope you can help. I already sent you my template file. Thanks!
ReplyDelete@ Alyssa Yu, already replied to your email.
ReplyDeleteWorked wonderfully! Thank you! Is there a way to move it over to the left? Right now, it's all the way to the right. :)
ReplyDeleteNevermind! I found it! Thanks, again!
ReplyDeleteThanks! :). I can't work out how to move it over to the Right either.
ReplyDeleteBe advised - if the Jump Break button doesn't show up in the post editor (like it didn't for me), you have to go to the Settings tab, scroll down to Global Settings, and select Updated editor, and save the setting. Once I did this, the button showed up for me.
ReplyDelete