New Landing How can we help? Atelier Need two visual changes for blog teasers

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #180422
    bnyland
    Member
    Post count: 11

    Can you please help me find where to change settings to make the following changes? I’m attaching screen shots for clarity.

    1. Remove “No comments” from the post summaries displayed in the Recent Posts asset.

    2. Change styling of “Read more” buttons on Blog asset. White-on-white, they do not offer enough contrast to draw attention.

    Thanks for your help.

    Attachments:
    You must be logged in to view attached files.
    #180828
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .standard-items .blog-item .read-more-button, .mini-items .blog-item .read-more-button {
      background-color: #E5DBDB!important;
      color: #222!important;
    }
    
    .recent-post .post-item-details {
      margin-bottom: 5px;
      display: none;
    }

    -Rui

    #180885
    bnyland
    Member
    Post count: 11

    Perfect! Thank you!

    #180887
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted 🙂
    -Rui

    #209966
    lhadaj
    Member
    Post count: 13

    Hi there,

    I tried using the same code to remove the ‘no comments’ next to my blog post:

    .recent-post .post-item-details {
    margin-bottom: 5px;
    display: none;
    }

    But I had no luck. I am not sure if the code is correct for me or not. This is my site I am working on: http://cbnsa.lukehadaj.com.au/events/

    Cheers,

    Luke

    #209983
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

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

    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 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