Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi

    Please go to Admin Dashboard > Appearance >> Customize >> Advanced Settings >> Custom Css Box.
    Now copy below css code into Custom CSS Editor.

    .home.blog .post .entry-content{
        display: none;
    }

    Thanks

    Thread Starter Afrowall

    (@afrowall)

    Thanks @codemovement.pk.

    I also want the space between two post titles on the homepage to reduce. My url is https://www.globalruns.com

    add this css let me know if it’s what you are thinking:

    .home .postlist article {
        margin-bottom: 2px;
    }

    Kadence Themes

    Thread Starter Afrowall

    (@afrowall)

    The code worked exactly the way i wanted.
    You are a great guy Kadence, not just for this great theme but for your follow up support. Thanks a lot.

    I also need to reduce the height of the sticky featured post box. It would be great if it is the size of the Date inside it.

    add this css:

    .home .postlist .col-md-12 header {
        padding-top: 0;
    }
    .home .postlist h2.entry-title {
        margin: 0;
        line-height: 30px;
    }
    .home .postlist .col-md-12 footer {
        padding-bottom: 0;
    }
    .home .postdate {
        margin-top: 0;
    }

    Kadence Themes

    Thread Starter Afrowall

    (@afrowall)

    Worked great. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Excerpts on homepage’ is closed to new replies.