Hi, I’m wondering how to display dates on blog posts? I think I may have gotten X support to help me turn that feature off very early in the development of my site. But I can’t figure out what we did to accomplish that.
Hello Jeremy,
Thanks for writing in!
Under X > Theme Options > Blog > Content turn on Post Meta option.

Thanks.
Thank you. It seems like there is an extra blank section between the post title section and the menu section. Can you advise how to get rid of this?
Hello Jeremy,
Are you referring to this section?
Uploading…
The area is blank because you have left the field in X > Theme Options > Renew > Blog Options > Blog Title as blank. By default, it is supposed to display “The Blog” title.
If you left the blog title blank on purpose and totally want to remove that blank section, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.single-post .x-header-landmark {
display: none;
}
Hope this helps. Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.