Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1290025

    Hello,

    I am using Easy Digital Downloads and trying to figure out how to remove the Author, Date and Share Links from the footer of the posts.

    Here’s an example of one of the post entries: http://amandajanecopy.oladigital.co/downloads/myanmar-with-a-blister/

    Thanks

    #1290708

    Hey oladigital_co,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-download .post-meta-infos, .single-download .av-share-box {
      display: none;
    }

    Best regards,
    Rikard

    #1290986

    Thanks Rikard.

    That worked to remove everything except the date and Author – any work arounds to remove these too?

    Thank you.

    #1291654

    Hi,

    Thanks for the update, and sorry for the late reply. Please try this CSS instead:

    .single-download .post-meta-infos, .single-download .av-share-box {
      display: none !important;
    }

    Best regards,
    Rikard

    #1291681

    Thanks Rikard, that worked perfectly.

    Appreciate it!

    #1291886

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Author, Date and Share Links from Custom Post Type – Easy Digital Downloa’ is closed to new replies.