The Dynamic View templates or say the most good looking templates of blogger. They are good looking but not so customisable and this is why I suggest my readers to have simple template. At least you can customise them as you want.
So, if you've dynamic view template for your blog, you'll be seeing view option on your blog. Basically, they allow your readers to view your blog in other dynamic views.
Not only your blog, you can view any blogger blog in dynamic view. I'm not kidding just add /view/viewoption (view option is dynamic style like magazine, sidebar, mosaic, classic, flipkart, timeslide and snapshot)
For example:- see my blog in magazine style
tutesinside.net/view/magazine
Cool isn't it?
But, some bloggers don't like this option in their blog and this is why I'm posting this article.
You can hide this option by adding some codes in your template.
So lets begin,
Steps to follow
So, you successfully hid all those options.
But, if you want to leave some options then also you can do that
Just delete the style code from above code like if you want to leave sidebar option then your code will be like this
Hopefully, now you'll be able to customise your view styles in your dynamic view template.
So, if you've dynamic view template for your blog, you'll be seeing view option on your blog. Basically, they allow your readers to view your blog in other dynamic views.
Not only your blog, you can view any blogger blog in dynamic view. I'm not kidding just add /view/viewoption (view option is dynamic style like magazine, sidebar, mosaic, classic, flipkart, timeslide and snapshot)
For example:- see my blog in magazine style
tutesinside.net/view/magazine
Cool isn't it?
But, some bloggers don't like this option in their blog and this is why I'm posting this article.
You can hide this option by adding some codes in your template.
So lets begin,
Steps to follow
- Open blogger
- Go to 'Template' and click on 'Customise'
- Now, in 'Advanced' tab paste this code in 'Add CSS' section
#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 on 'Apply to Blog'
So, you successfully hid all those options.
But, if you want to leave some options then also you can do that
Just delete the style code from above code like if you want to leave sidebar option then your code will be like this
#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), #Snapsnot.ss, #views ul li:nth-child(6), #Timeslide.ss, #views ul li:nth-child(7) { display: none !important; }
Hopefully, now you'll be able to customise your view styles in your dynamic view template.
0 comments:
Don't forget to check 'Notify me' box to get notification of reply.