By Jeff Suddaby on Friday, 12 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 535
Votes 0
At http://whazzat.org/the-wonder-blog.html - I want to hide the title of the first post on the front page.

(But I want to keep displaying the titles on all the rest of the posts on the front page.)

How do I do this?

TIA - Jeff.
Hello Jeff,

I am really sorry for the delay of this reply as it is a weekend for us here. You can actually apply the css codes below into your template's css file at /templates/yoo_nite/css/custom.css


.blog-post:first-child h2 {
display: none;
}
·
Saturday, 13 September 2014 00:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect Mark. Thanks a ton!

- Jeff.
·
Saturday, 13 September 2014 00:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jeff
·
Saturday, 13 September 2014 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post