how to remove view styles from Blogger Dynamic Views

Dynamic Views are awesome. Allowing visitors to switch among available dynamic views might improve the user experience as they can view a blog as they would like to, How convenient! But hey, sometimes it doesn't applicable for every blog and bloggers might like to have the default dynamic view instead of allowing users to switch among other views. Are you one of them?

If your blog has no static pages, it looks like -
ir your blog has static pages it shows as -



Steps: To Remove view styles from blogger




  • To remove styles bar you add this CSS code in your Template

  • If you don't know how to add custom CSS to your template, read Easily Add Custom CSS to Your Template in Blogger

  • #header #views {
    display: none;
    }

    #header #pages:before {
    border-left: 0px;
    }

    #header #pages {
    margin-left: 14px;
    }