• Resolved kk_admin

    (@kk_admin)


    Hello all,

    First question, what do I put in custom css to center post date both in post itself as in recent posts carousel on the homepage and under the post?

    Second, how do I make the recent post carousel under a post have the same formatting as the one on homepage (that I managed to reach with a custom css)? Basically: featured picture in its proportions, post title & date only, no excerpt. Now it is title+excerpt and the picture should be longer.

    post example:
    https://klarakolonits.com/award-of-excellence-nivodij/

    home:
    https://klarakolonits.com/

    Thank you vrey much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. This CSS should center the post date on all of your posts. Place into theme Options> Custom CSS

    .subhead {
        text-align: center;
    }

    I believe that in order for you to be able to customize the recent posts carousel on the home page, you would need to create a child theme. The premium theme has many options for how to display custom recent posts carousels though.

    Let me know if this is helpful!

    Thread Starter kk_admin

    (@kk_admin)

    The date centering worked as a dream, thank you!

    Actually I wanted to customize the carousel below the post: the home page looks more or less the way I want it too thanks to the below:

    #kad-blog-grid .blog_item .entry-title {
        min-height: 40px;
    }
    
    #kad-blog-grid .blog_item .entry-title {
    text-align: center;
    }
    
    #kad-blog-grid .blog_item .entry-content {
    display:none;
    }

    I found a plugin that should do it for me though.
    Your suggestion of the premium theme makes sense, I am already considering it for a couple of reasons, I will probably grab it together with domain/server space renewal.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to center the date recent posts carousel formatting’ is closed to new replies.