• Resolved FF0077

    (@ff0077)


    Hello,

    I’d like to know if there is a way to limit the number of posts displayed on the homepage. I don’t want to see more than six blog posts there.

    Also, can I display the same posts in a three column order? When you take out the left side bar, the posts remain aligned the same way; leaving a white space to the right.

    There is a small underline below the header titles on the slider. Can you take away that underlining? What’s the css code?

    Thank you very much.

    paulo.

    • This topic was modified 6 years, 11 months ago by FF0077. Reason: technical problems
    • This topic was modified 6 years, 11 months ago by FF0077.
    • This topic was modified 6 years, 11 months ago by FF0077.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    You can easily limit the number of posts by changing WordPress settings “Blog pages show at most” under Settings → Reading.

    Unfortunately the only way to change layout to three column is by changing theme files.

    To hide the line under slider title please add the following css:

    .frontpage-slider .caption h2:before {
      content: none;
    }

    Thank you for your time in this.

    Best regards,
    Jarek
    Kale Support

    • This reply was modified 6 years, 11 months ago by jarektheme.
    Thread Starter FF0077

    (@ff0077)

    These are the solutions I needed, sometimes they’re obvious but I was so immersed in the theme that I forgot about the Settings page!!! You pulled me out of the box.

    The css code worked just fine again, thanks a lot.

    Once I finish this site I will probably purchase the theme, the 3 column post layout seems to be a feature there according to what I read in the forum. When I’m done tweaking, and I know this is the right choice I will most likely buy it.

    Have a great day/evening. Your help is much appreciated as always.

    Paulo.

    • This reply was modified 6 years, 11 months ago by FF0077.
    Theme Author lyrathemes

    (@lyrathemes)

    Paulo, I am glad that worked out. @jarektheme, our team member, is a theme magician 🙂

    You can view the three column layout on the pro version by going here: http://demo.lyrathemes.com/kale-pro/?demo=blog-feed-full So you’ll be able to hide the sidebar and the front page layout will automatically show in 3 columns. Hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Limit the amount of posts displayed on the home’ is closed to new replies.