Post Titles Not Showing

Since I setup a child theme my post titles have not been showing up and cannot figure out for the life of me. Here is a sample post:
https://waterfowlstampsandmore.com/marion-county-article/

Is there a setting that I accidentally changed or need to change for them to show up? When I inspect element it shows it in HTML.

I don’t think I modified it in my custom CSS.

Hey kaiya,

Just checked your Website and it seems you’ve figured it out. Do you mind telling us what happen and what you did to fix it?

Thanks!

KC

Actually I only put in a title with an <h1> tag, haven’t turned on any global feature, is there one in the customizer? If I have to put <h1> tags to solve this (for now) it won’t be a huge loss.

Hi Kaiya,

When I view your blog post, I am seeing CSS that has the post title set to display:none have you added this by any chance?

All the best,
Danny

Which line are you referring to? Here is my CSS (note there’s a lot commented out,so view it in sublime so you can see easier):

/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here… */

/* Enter Your Custom CSS Here */

/* Search bar on all pages wider*/
/*
.searchandfilter input[type=text] {
width: 400px;
}
*/

/* Top menu
#menu-top-menu {
font-size: 15px;
width: 600px;
}
*/

/* Top menu through customize widths, problem is this looks bad in mobile, if you turn the top menu off in customize and turn on the “Insert Page” plugin and turn on the code I have in the child theme in the header.php it looks better but it has the text load issue */
div.col-md-6.col-sm-6.text-left.clearfix {
width: 70% !important;
}

div.col-md-6.col-sm-6.text-right.clearfix {
width: 30% !important;
}

/* This is for the top right with the div id of top-right */
#top-right {
font-size: 15px;
}
#top-right a:hover {
text-decoration: none;
}

/* Banner width and height
img.fl-logo-img {
max-width: 210%;
}
div.fl-page-header-wrap {
height:87px;
}
*/

/* End banner */
.fl-page-nav-wrap {
display: none;
}

/* Remove author in posts
.byline.byline-cat {
display: none;
}
.breadcrumbs {
display: none;
}
*/

/* Remove author in posts on homescreen */
div.fl-post-feed-meta {
display: none;
}

/* Remove author in posts */
div.fl-post-meta.fl-post-meta-top { display: none; }

/* Links Home larger text
.links-all {
font-size: 120%;
text-decoration: underline;
}
*/

/* Links in Top Menu Larger */
div.fl-page-bar {
font-size: 110%;
}

/* Contact right side larger text */
#contact-right {
font-size: 120%;
}

/* Width for input boxes on society page */
.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select {
width: 300px !important;
}

/* Lightbox arrow size
button.mfp-arrow {
size: 200% !important;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
width: 270px !important;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
}
*/

/* Pagination Next and Previous
.fl-post-page-nav {
font-size: 300% !important;
}*/

/* Width of main content
.fl-page {
margin-left: 8.5% !important;
margin-right: 8.5% !important;
width: auto !important;
} */

/* Gallery Sub Pages
img.fl-photo-img {
width: 500px !important;
} */

Hey Kaiya,

Do you mind sharing the URL of the site in question so we can take a look?

Ben

Hey Ben,

No problem, here’s a link to one of the articles in question.
https://waterfowlstampsandmore.com/crow-creek-resumes-stamp-program/
(Sorry had to temporarily bring down the “Under Construction” screen)

-Kaiya

Hi Kaiya,

Sorry about this, but can you provide temp admin access, so we can take a closer look, please.

Thanks,
Danny