My website isn’t displaying blog post titles anywhere it should: my main blog page, category pages, and individual blog posts. See here: Blog - SUZY SHATTUCK
I do have some custom css to hide the search bar, remove the line below the logo and remove page titles, are any of these affecting this? Here’s the Custom CSS I’m using:
#masthead div#line {
display: none;
}
div#logo {
padding: 50px 0 0 0;
}
.navbar-default .navbar-collapse { width: 100%; } .nav.navbar-nav { float: none; text-align: center; margin: 0 auto; width: 100%; } .navbar-nav>li { float: none!important; margin: 0 auto; display: inline-block; }
.site-navigation-inner .nav-search {
display: none;
}