• Hi there,

    I’d like to remove the data displayed with the posts on the homepage (like author, date, reactions …) Can this simply be done with a pluginn or something instead of ‘display none’ somewhere in the stylesheet? thnx in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Please share your site URL and describe your issue in details.

    Thanks

    Thread Starter dontknowmuch

    (@dontknowmuch)

    Hi,

    Sorry for the late reply. The website is on “coming soon” so not displaying on the web yet. In “the home blog options” on the homepage are posts that also contain author and date. I don’t want the author and date displayed? thnx in advance!

    Hi..

    Please go too Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.

    Now copy below code and paste into Custom CSS Editor.

    .enigma_blog_thumb_footer
        display: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter dontknowmuch

    (@dontknowmuch)

    Yes, thnx a lot!

    Most Welcome..

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hide post data with plugin’ is closed to new replies.