Commonly, the text “read more” is only the link text, but from its appearance, it’s rather unattractive. If you want to modify it in order to become more attractive, you can add the background, as first alternative.
Note: to practice the following tutorial, you are suggested to use a trial blog. Read about trial blog here at Create Multiple Blog In One Blogger Account.
The following is how to create read more with background color.
- Login to blogger with your ID.
- Click Design.
- Click Edit HTML.
- Backup your full template by clicking on the Download Full Template.
- Find the code ]]></b:skin>
- Copy and paste the code below exactly above the code ]]></b:skin>
.jump-link a{
-moz-border-radius:5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
padding:2px 12px;
font-style: italic;
border:1px solid #b7b7b6;
margin:10px 0px;
text-decoration:none;
color:#000;
background:#ccc;
text-align:right;
float:right;
}
.jump-link a:hover{
border:1px solid #545353;
color:#fff;
background:#797878;
} - Click SAVE TEMPLATE.
- Done.
background:#ccc;
Replace the color code with your favorite color code, as:
background:# 1881f7;
If you have edited the code, don’t forget to Save Template.
Happy trying!
Tidak ada komentar:
Posting Komentar