Something of Everything

How to remove template view menu in dynamic blog template?

When we use dynamic blog template, it gives us options to select view from different dynamic blog templates. But, when one has decided to show his/her blog in one dynamic view template, why to change that in other template? It may reduce the appearance of the blog. So, one might chose to remove the option menu, so that changes can’t be made and the effectiveness of the blog can be maintained.Here is the solution for the same. we need to add some css for removing the option menu. here are the steps to do that:
  1. In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Customize > Advanced > Add Css.
  2. Write the following code into the Css Section then click Apply To Blog.

#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;
}

And you got what you wanted. The dynamic view template is no more there in your blog. Enjoy. 


Some more blog topics you may like to read:


  1. Disable Right Clock
  2. Add followers gadget.
  3. Why one should blog?
Hope you find it useful. Comment if you have doubts or suggestions. Like, tweet and + post if you find it useful. follow us to get more. 



Posted

in

,

by

Tags:

Comments

One response to “How to remove template view menu in dynamic blog template?”

  1. Zara Avatar

    Hello nnice blog

Leave a Reply