• VSH.si

    (@vshsi)


    I have already done some customizing that I want in the ‘news’ page where plog posts are shown. I would like to add a blue border but the code I use isn’t working.

    .post {
    background: #fff;
    padding: 10px;
    border: 2px solid blue;
    border-radius: 15px;
    }

    I would also like to add a one line break before the first post (as in other pages) and that there is no link when you click on the post title.

    The page

    Thank you for the help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Use this:

    .postlist article.post {
    background: #fff;
    padding: 10px;
    border: 2px solid blue;
    border-radius: 15px;
    }

    and this:

    .main.postlist {
    margin-top: 20px;
    }

    Kadence Themes

    Thread Starter VSH.si

    (@vshsi)

    Sorry for the late reply. It works great there is just one more thing I would like to do.

    I want the full post on the page (the first post is shortened) and no links directly to the post. So that it looks like a static page with the posts/news.

    The page has moved here now:
    The page

    hannah

    (@hannahritner)

    Hey,
    In Theme Options > Misc Settings try setting the Blog Archive to show Full.
    Hope that helps!

    Hannah

    Thread Starter VSH.si

    (@vshsi)

    No, it doesn’t change it.

    hannah

    (@hannahritner)

    In your blog edit page under Blog List Options do you also have “Display Post Content as” set to Full?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom post on post page’ is closed to new replies.