|
|
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.
Change lines 5, 9, 13 and 17 in the code above accordingly. All the best!
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;} |
You might also like:

