By Le Giang Anh on Tuesday, 18 August 2015
Posted in Technical Issues
Likes 0
Views 518
Votes 0
Hi,

I have just upgrade EB to 5.0.21 and I lost all the title in my blog post (frontpage view):
http://lamgame.vn/
I checked the setting and all the title settings were set to Yes.

Thanks,
Giang Anh
Hey there,

It seems like you have added this custom css file hide this post title in your site. Check my screenshot below.

To fix this, if you remember where you apply this custom css code, you can remove it from the css file.
@media (min-width: 992px)
.eb-post-head, .eb-post-featured {
display: none;
}


Or apply this code in your current template css file

div#fd.eb .eb-post-head,
div#fd.eb .eb-post-featured {
display: block !important;
}


After you applied above css code, you have to clear Joomla and browser cache before you load your page again.
·
Tuesday, 18 August 2015 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post