Viewing 1 replies (of 1 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @mako2

    The date info is being displayed from the theme, not the plugin. There should be an option to disable the publish date section in the theme settings. If not then simply add this CSS in Additional CSS >

    .at_biz_dir .entry-header .posted-on {
        display: none;
    }

    Let me know if you have further issues.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Remove date from single listing page’ is closed to new replies.