By Vsotour on Tuesday, 09 August 2016
Posted in General Issues
Likes 0
Views 327
Votes 0
Hi there,

I wanna to display blog title on blog page, but I don't see it in setting. For now, I tell my user to add Heading block and copy wording from title to header. I think this way not good.
Hi there,
I've checked your site and it seems that there is a custom css rule hiding your blog title display. http://screencast.com/t/O9JrQQCJ5
If you want to display the blog titles, you have to disable the custom css code responsible for it. Since I cannot access your ftp, you can proceed to the directory listed below and find the code in that file. Then either delete that code or comment it out.
JoomlaFolder/templates/jr_leotian/css/custom.css
div#fd.eb .eb-entry-head .eb-entry-title{
display: none !important;
}
Hope this helps.
·
Tuesday, 09 August 2016 15:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Like your demo
·
Tuesday, 09 August 2016 11:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Ohh... thank you very much, it work fine now.
·
Tuesday, 09 August 2016 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 09 August 2016 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post