classic
Mosaic
slidsbar
snapshot
Timeslide
Flipcard
Magazine
This the menu list for dynamic view.Today we will learn how to rename or change views.
You can see in above image there is list of menu at the corner shown by arrow.Lets rename them
1 First go to blogger account login to your account
2 Go to template and choose customize
3 Go to advanced and click add css
4 Now paste the below code there
#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**";
}
5 Now you have to change red view names in above code according to your choice.
6 Click apply to blog and then you can visit your blog to confirm.If you face any problem feel free to ask me.
0 Comments