New Landing How can we help? Atelier Hide author

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #258312
    micheal_w
    Member
    Post count: 498

    Hi Guys,
    I am using the widget on the post page’s right sodebar.
    Can I hide the author somehow? (see screenshot)

    Thanks!

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

    Hi,
    We can remove the author and date both. You can use this custom css code:-

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

    Thanks
    Mohammad

    #258465
    micheal_w
    Member
    Post count: 498

    Hi Mohammad,
    it works perfectly thank you.

    I just noticed another issue with this, the TITLE-s are flowing out of the sidebar, they should go to the next line I reckon if it’s longer than one line..
    Can we fix this please?
    http://www.australiaclassic.com.au/ac-on-hiatus-for-2016/

    #258479
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .recent-posts-list li .recent-post-title {
        display: block;
        margin-bottom: 5px;
        white-space: normal !important;
    }

    Thanks
    Mohammad

    #258481
    micheal_w
    Member
    Post count: 498

    Works perfectly, thanks!

    #258490
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad 🙂 to help you.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.