New Landing How can we help? Cardinal remove author and date in recent post sidebar (widget)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #292071
    studiodorus
    Member
    Post count: 42

    Hello,

    I would like to remove the auhor and date in my blog recent posts sidebar.
    You can see what i mean in the screenshot.
    Live view: http://communicatiekringnijmegen.nl/jij-bepaalt-waar-ckn-mee-bezig-gaat/

    Can you help me please.

    Kind regards,
    Dorus

    Attachments:
    You must be logged in to view attached files.
    #292078
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .recent-post-details  > span{
    display:none !important;
    }

    Thanks
    Mohammad

    #292085
    studiodorus
    Member
    Post count: 42

    Nope it doesn’t work.

    Maybe it doesn’t work because its the SWIFT FRAMENWORK RECENT POSTS?

    – Dorus

    #292111
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just try to use this custom css code:-

    .recent-posts-list li .recent-post-details > span {
        display: none !important;
    }

    Thanks
    Mohammad

    #292126
    studiodorus
    Member
    Post count: 42

    Hi Mohammad,

    Sorry but still no luck.

    Third time’s a charm?

    – Dorus

    #292128
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue so please check it now.
    Thanks
    Mohammad

    #292131
    studiodorus
    Member
    Post count: 42

    Yes, great stuff!

    Thanks

    – Dorus

    #292136
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.