posts without titles on my blog any help plz

superpipo

Newbie
Joined
Jul 8, 2016
Messages
10
Reaction score
0
i have an issue with my blog
the issue is.... titles post have gone on my blog
so how can i restore titles post plz help me many thanks for guys
 
Last edited:
You'll have to provide more information. Take a screen shot or better describe how they're missing. Also, what blogging platform are you using?
 
Is it a Wordpress blog? Update your template or get a new one.
 
im using blogger platform this my blog healthypen1 dot com
 
Last edited:
Maybe you set the title color to the same color as the background?
 
Are you sure that isn't just a feature of the template you are using. The titles show up when the post is clicked.. Have you been messing with the HTML code lately?
 
Are you sure that isn't just a feature of the template you are using. The titles show up when the post is clicked.. Have you been messing with the HTML code lately?
yes im sure isn not a template feature coz the title was displaying properly i ve got this issue 3 day ago .. i think something in html is wrong im using sora template
 
Your titles have a 'display:none' on them. I inspected your CSS and found it.

#Blog1 > div:nth-child(1) > h3 {
display: unset;
}

^that is the selector of it. Try that.
 
The top menu is pushed down. Remove the end post from that menu (Medicines and Health care). See if that helps. Worth a try.
 
You went all in. Good going.


Your titles have a 'display:none' on them. I inspected your CSS and found it.

#Blog1 > div:nth-child(1) > h3 {
display: unset;
}

^that is the selector of it. Try that.
 
5 Seconds! You're much faster than me, and less lazy too. :)
 
Back
Top