By Maria Thomas on Monday, 14 July 2014
Posted in General Issues
Replies 5
Likes 0
Views 526
Votes 0
I want the post to be the first thing on the page.
Hello Maria,

Hm, sorry but not really sure which particular section you want to hide. Can you post a screen shot of this and perhaps the link to the site?
·
Monday, 14 July 2014 02:14
·
0 Likes
·
0 Votes
·
0 Comments
·
http://www.favormultimedia.com/health-and-wellness
I want to remove the whole gray bar section

And can the read more appear after the text inside the post and can the footer be hidden as well?
·
Sunday, 27 July 2014 07:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maria,

You can use css to quickly hide this. All you need to do is to add the block of css codes into your template's css file,


.blog-post {
border: 0 !important;
}

.blog-post-in .blog-head{
display: none;
}
·
Sunday, 27 July 2014 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, it worked, can I do it on this page too?
http://www.favormultimedia.com/health-and-wellness/entry/wellness
·
Sunday, 27 July 2014 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You can hide the headers using the css codes below,


.blog-read .blog-head {
display: none;
}
·
Sunday, 27 July 2014 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post