Dynamic View Templates Have become a Quite Popular.When You Choose a Dynamic View Template Which the Readers Will See when they Land on the Page.But in the Menu Under the Header The Readers have the Option to Choose the View or Style of article Reading.
So You're Basically Giving a Choice to the Readers on How they Want to View Your Blog But it Doesn't Suit Everyone.
So Here is a Small tutorial to Show You on How to Remove Those View Links Under Header in Dynamic View Templates.
Step 1: - In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Customize > Advanced > Add Css.
Step 2: Copy and Paste the following code into the Css Section then click Apply To Blog.
OK this has removed all choose template options, if that's what you want great your done.If you want to leave soplates you Do Want the users to be able to choose from.So for example if you want readers to bme options read on.
Now remove from the CSS the teme able to choose between Magazine and Snapshot the code will look like this :
If you look at each of the lines of CSS they end with a comma except the last on.The last option should not end with a comma, so if you removed Timeslide you would also remove the comma after Snapshot and so on as shown below :
That's it Now You're Done. Enjoy
So You're Basically Giving a Choice to the Readers on How they Want to View Your Blog But it Doesn't Suit Everyone.
So Here is a Small tutorial to Show You on How to Remove Those View Links Under Header in Dynamic View Templates.
Remove The Template View Menu Options When Using Dynamic Views On Blogger:.
Step 2: Copy and Paste 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;
}
Now remove from the CSS the teme able to choose between Magazine and Snapshot the code will look like this :
#Classic.ss, #views ul li:first-child ,
#Flipcard.ss, #views ul li:nth-child(2),
#Mosaic.ss, #views ul li:nth-child(4),
#Sidebar.ss, #views ul li:nth-child(5),
#Timeslide.ss, #views ul li:nth-child(7)
{
display: none !important;
}
#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)
{
display: none !important;
}
No comments:
Post a Comment