Question Title not showing on single question page, why?

Solved7.28K viewsIssues
0

Question Title is not showing on single question page, why?  Thank you.

commented

Attachments

Capture.jpg

Please send us credentials to support email.

i have same issue on my site. https://w3reign.com/question/append-or-bind-bootstrap-calendar-on-div-not-on-body/ i have checked the CSS below solution, but it didn’t work for me. I am using updated version.

1

Question Title is not showing because Your WordPress theme style.css has an entry that hides it:

h1.entry-title {
 display: none !important;
}

You need to add this custom css code for Your theme to show title on Anspress pages:

.anspress h1.entry-title {
    display: block!important;
}

That should do the trick.

commented on answer

Do I need to hire a programmer to make that change or is it easy enough for me to figure out with some direction. Do know any css programmers that I can hire? Thank you for your help.

George, simply add the CSS which @marnotrawny has posted.

George, if Your WordPress theme don’t have settings with custom CSS editor, then You need to install one. Simple add new plugin, and search for “TJ Custom CSS”. After installation, go to the *Appearance → Custom CSS*, then you will see a big textarea. Put there css code from above. That’s it.

Looks like “commenting doesn’t allow posting images. See my “answer” below as my question to your comment above.

You are viewing 1 out of 3 answers, click here to view all answers.