New Landing How can we help? Cardinal how to remove 'by'

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Cardinal
  • #224620
    hofft
    Member
    Post count: 12

    Hi, I’m trying to translate the theme, yet there’s no way to translate ‘by’ author in the masonry grid below. How do I either translate or remove it?
    best,
    h.

    #224660
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .post-item-details .author{
    display:none !important;
    }

    Thanks
    Mohammad

    #231598
    fortysix
    Member
    Post count: 5

    Hello,
    I have the same Issue, and your custom css code did remove the author in the post itself, however it’s still visible in the thumbnail of the post. Can I remove it from there as well?

    Thanks

    #231608
    fortysix
    Member
    Post count: 5

    Alright it’s fine. My browser apparently saved the css for that website. I checked it with a different browser and it’s fine.
    I would like to remove the “Status”, “Article” thing though as well. Is that somehow possible? Also the comment count with the speech balloon.
    best

    #231609
    David Martin – Support
    Moderator
    Post count: 20834

    To remove the comments:

    .comments-wrapper {
        display: none;
    }

    What does this refer to? “remove the “Status”, “Article” thing” – could you add a screenshot to show what you mean?

    – David.

    #231619
    fortysix
    Member
    Post count: 5

    Thanks for the quick reply. Every post I write needs to have a “Format”, there is Standard, Status, Quote, Aside or Chat.
    There’s also the category. I would like to show nothing of that.

    Attachments:
    You must be logged in to view attached files.
    #231627
    David Martin – Support
    Moderator
    Post count: 20834

    Ah I see, what is your URL?

    Thanks.

    #231628
    fortysix
    Member
    Post count: 5
    #231629
    David Martin – Support
    Moderator
    Post count: 20834

    Great, please add this:

    .masonry-items .blog-item h6 {
        display: none;
    }
    
    .categories-wrap {
        display: none;
    }

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register