Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203984
    Andrew
    Participant

    Hi,

    Could you kindly tell me how to decrease the title & image size of Posts?

    Many thanks

    #1203985
    Andrew
    Participant
    This reply has been marked as private.
    #1204179
    Lely
    Moderator

    Hello Andrew,

    Please try adding this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    .blog .entry-title,
    .single-post .entry-title {
        font-size: 200%; /* Title font size for blog page*/
    }
    .has-post-thumbnail .entry-featured {
        max-width: 513px; /* Adjust to your preferred blog page image size*/
        margin: 0 auto;
    }
    #1208623
    Andrew
    Participant

    Thank you. Works fine.

    #1208624
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1203984 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>