Showing posts with label Raname 'Recent Date Lebel Author'. Show all posts
Showing posts with label Raname 'Recent Date Lebel Author'. Show all posts

Friday, November 2, 2012

Raname 'Recent Date Lebel Author' in Flipcard Dynamic View

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.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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!
You might also like: