Viewing 10 posts - 1 through 10 (of 10 total)
  • #89010
    dvaltas
    Member
    Post count: 84

    I want some alterations to make concerning the blog page:

    – Is it possible to remove the comment area from every post?
    – Also the love button with the text icon next to it.
    – The share icons to aligned in the centre of the page, not to left as is.
    – Also remove the separating lines along with the other removals (comments, love button, etc).

    Thanks.

    – Dimitris

    #89041
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .love-it-wrapper {
      display: none!important;
    }
    .share-links {
      width: 230px;
      margin: 0 auto;
      border: none;
    }
    #comment-area {
      display: none;
    }

    Let me know if there is anything I missed

    – Kyle

    #89056
    dvaltas
    Member
    Post count: 84

    Thanks Kyle.

    Can you check this screenshot here? http://awesomescreenshot.com/014343ha19

    Thanks again.

    – Dimitris

    #89063
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It would be helpful if I could see your link?

    – Kyle

    #89155
    dvaltas
    Member
    Post count: 84

    Also is it possible to remove the “posted by” option with the avatar?

    Thanks Kyle.

    – Dimitris

    #89271
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    See my above comment

    – Kyle

    #91965
    dvaltas
    Member
    Post count: 84
    #92011
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .pagination-wrap.blog-pagination {
      display: none;
    }
    .comments-likes {
      display: none;
    }
    

    From the css I previously gave you, change the 230px to 240px

    – Kyle

    #92959
    dvaltas
    Member
    Post count: 84

    Ok Kyle it worked. Not for the social icons though. Can you check this also?

    http://awesomescreenshot.com/02136hbof8

    #93069
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .standard-post-author.span1 {
      display: none;
    }

    To move the post title would require more advanced customisations which you would need to hire a developer for

    – Kyle

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