Home Page Blog Post read min

  • Posted in : Readme
  • makinlaby
    Participant

    Hi my site is rankrain.com. I will like to remove min read that shows up on my home page. I no longer have the min read on my articles. I want to completely remove it while keeping the articles on the home page.

    I know the code is:

    [section_title align=”center” text=”latest from the blog”]

    [latest_from_the_blog]

    But I will like to remove the mins read and but the blog posts in the center not left. Please how can I do that?

    How can I edit the above code to ensure that blog posts shows in the middle under “Latest From The Blog”.

    Thanks in advance.

    serkan
    Moderator

    Hi makinlaby,
    You can use these custom css codes;

    .home .read-time { display: none; }
    .home .post-list li h3 { float: none; text-align: center; }

    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

    makinlaby
    Participant

    Hi Serkan….Your support have been amazing in the past few days I bought the theme. You have a wonderful product and service here.

    I’m working hard to customize the theme to suit my needs.

    I discover a big white space from where the last sentence end to my footer. (I’m only displaying the copyright notice on my footer).

    The white space is too much that a visitor would think that they is no footer beneath. I think the space is not too much in posts but too much in pages. I will like to reduce the white space between the last sentence and the footer.

    You can check rankrain.com to see what I’m saying. Check my about page.

    serkan
    Moderator

    Hi makinlaby,
    Thanks for the nice feedback.
    I see what you mean. Please go to pages and edit them. You can see the comments button. Please unchecked it for the pages. You allowed comments in your page that is why you are getting white space.
    The second option you can use this custom css code;

    .page #comments { display: none; }

    Thanks

    makinlaby
    Participant

    Hi thanks….Just pasted the code there.

    Well….I hide the title for blog but it’s still showing up. I want the title “Blog” removed. I tried the option “hide title” but it won’t work.

    serkan
    Moderator

    Hi makinlaby,
    You can use this custom css code;

    .blog .layout-fixed > .entry-header {  display: none; }

    Thanks

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 the following item
Login and Registration Log in · Register