![]() |
Before |
![]() |
After |
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 6, 10, 14, 18, 22, 26 and 30 in the code above accordingly. Line
34 is if you have pages links in your bar and you need to change the
selected view from English to other default word.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| #views ul li a, #views .menu-heading, .ss{ font-size : 0px !important ; } #views ul li:nth-child( 1 ) a:after{ font-size : 14px !important ; content : "Classic**" ; } #views ul li:nth-child( 2 ) a:after{ font-size : 14px !important ; content : "Flipcard**" ; } #views ul li:nth-child( 3 ) a:after{ font-size : 14px !important ; content : "Magazine**" ; } #views ul li:nth-child( 4 ) a:after{ font-size : 14px !important ; content : "Mosaic**" ; } #views ul li:nth-child( 5 ) a:after{ font-size : 14px !important ; content : "Sidebar**" ; } #views ul li:nth-child( 6 ) a:after{ font-size : 14px !important ; content : "Snapshot**" ; } #views ul li:nth-child( 7 ) a:after{ font-size : 14px !important ; content : "Timeslide**" ; } .menu-heading:after{ font-size : 14px !important ; content : "Views**" ; } |