How to disable posts footer?

Hi, with the new pro theme update, how can I disable the footer of the posts? Thanks.

Hello There,

if you do not assign a footer to a post/s or page/s, it will display the default footer. If you want to disable it, you may create a footer with blank or no contents and you can then assign this footer to all of your posts. And if you just simply want to get rid of it without displaying anything in all your post and upcoming post items, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.single-post .x-colophon {
  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.