I am using mini content box layout for homepage titled "home" - page id is 27.
I make it the homepage to display through flashlight theme options.
I want to hide the title "Home" in content box and remove "Home" from main menu.
I remove "Home" from menu in appearance.
I use this code in my custom css to hide page title:
.page-id-27 .post-title, .home .post-title{
display:none;
}
This all works great, but on my Browser tab I see "MYWEBSITE |" The vertical bar that goes between website name and pages is still there. Any way to get rid of it?
Thanks for the help guys!














