To remove blogger dynamic view's template view, after login you have to go to Template. Then click on Customize button Then a new page will appear, At top left corner of the page, look for Add CSS options in the menu.
Add below codes in the CSS window.
Click Apply to Blog. Now go to blog and you will not see any Template View options.
Add below codes in the CSS window.
#Classic.ss, #views ul li:first-child ,
#Flipcard.ss, #views ul li:nth-child(2),
#Magazine.ss, #views ul li:nth-child(3),
#Mosaic.ss, #views ul li:nth-child(4),
#Sidebar.ss, #views ul li:nth-child(5),
#Snapsnot.ss, #views ul li:nth-child(6),
#Timeslide.ss, #views ul li:nth-child(7)
{
display: none !important;
}
Click Apply to Blog. Now go to blog and you will not see any Template View options.


