Hello,
On your Blogger3 Theme post page the cover is right behind the menu. When I edit the themes post everything is great but I can't see the comment section even if they are checked marked on discussion panel please see the link below
When I create a new post from scratch I see a container above the cover image. I was able to remove the Author, tags, categories info by adding this .single-post .post-author, .single-post .date .label, .single-post .date .icon-clock, .single-post .category {
display: none;
}
code to the css section but the date is still there. Please see below link
[Links visible only for registered users]
How can I add a new post without a space (background), author name, tags, categories between menu and header image while still having share part, author part with picture, related posts part and leave a reply part (post comment) at the bottom?
Comments
Please, go to Betheme > Theme Options > Blog, Portfolio & Shop > Blog, and there you will be able to turn off "Author, Date, Categories & Tags". Also check there if you have turned ON comments.
[Links visible only for registered users]
Moreover, check if you have selected option "Allow comments" while editing your posts.
[Links visible only for registered users]
Thanks
[Links visible only for registered users] ALREADY UNCHECKED
[Links visible only for registered users]
Also, I cannot see the author name, tags, etc. on the post page.
Can you explain to me in more detail what you would like to do with that?
It would be great if you give me a link to a screenshot with an example, how would you like it to be displayed.
Thanks
[Links visible only for registered users]
Also, please put following Custom CSS Code in: Betheme > Theme Options > Custom CSS & JS > CSS.
body.single-post .section-post-header{Thanksdisplay: none!important;
}