IP

14.6.12

Dynamic VIews Blogger : Raname 'Recent Date Lebel Author' in Flipcard

Before
After
So, this is becoming increasingly popular. Few readers have asked me how to rename the four categories that you see in Flipcard view: Recent, Date, Label and Author. It might be useful to personalize these tags to suit your blog's theme. Whatever your reason is, this is how you do it (Won't work in IE btw).


Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog.


#groups li:nth-child(1), #groups li:nth-child(2), #groups li:nth-child(3), #groups li:nth-child(4){
font-size: 0px;
}
#groups>li:nth-of-type(1):after{
content: "Recent";
font-size: 14px;
}
#groups>li:nth-of-type(2):after{
content: "Date";
font-size: 14px;
}
#groups>li:nth-of-type(3):after{
content: "Label";
font-size: 14px;
}
#groups>li:nth-of-type(4):after{
content: "Author";
font-size: 14px;
}


Change lines 5, 9, 13 and 17 in the code above accordingly. All the best!
Sumber : http://www.southernspeakers.net/2012/05/raname-recent-date-lebel-author-in.html

0 comments:

Post a Comment

il

il
Related Posts Plugin for WordPress, Blogger...