By default Magento comes with the following Welcome Text: Default welcome msg! To remove the Magento Welcome Text, log in to your Magento admin panel and go to System > Configuration > General section > Design . Then click Header and remove the Default welcome msg! text from the Welcome Text field. Click Save Config to save the change. Now you can check your store's frontend - the welcome text will not be shown there.
Best way to do it, Go to admin page: System --> Configuration --> Web --> Default Pages --> Show Breadcrumbs for CMS Page - Choose No for hide breadcrumbs
/* li:nth-child(1) */ # nav ul li : first-child a { border-top : 5px solid red ; } /* li:nth-child(2) */ # nav ul li : first-child + li a { border-top : 5px solid blue ; } /* li:nth-child(3) */ # nav ul li : first-child + li + li a { border-top : 5px solid green ; }