Increase Post Block Image Size

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #30351
    Veena
    Moderator

    Q:I need entry title in to be 26px and entry summary to be 18px.-
    I have already suggested the custom CSS in this post –
    https://support.livemeshthemes.com/forums/topic/increase-post-block-image-size/#post-30271
    you can change the values to 26 and 18px.

    .page-id-1014 .lae-module-6 .lae-entry-details .entry-title a {
        font-size: 26px !important;
        margin-left: 10px !important;
    }
    .page-id-1014 .lae-module .entry-summary {
        font-size: 18px !important;
        margin-left: 10px !important;
    }
    .page-id-1014 .lae-module .lae-module-meta {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 8px 10px;
    }
    

    You can use the above custom CSS and margin-left has been added to above custom CSS for spacing.
    You can use chrome developer tools to fix styling.
    https://developers.google.com/web/tools/chrome-devtools/

    #30357
    Crystal Hamilton
    Participant

    I used the above CSS to change the text font size but it’s not working:

    .lae-module-6 .lae-entry-details .entry-title a {
    font-size: 30px !important;
    }
    .lae-module .entry-summary {
    font-size: 18px !important;
    }

    #30368
    Veena
    Moderator

    Which text size you want to change exacly? Can you pls share specific page link ?

    #30371
    Crystal Hamilton
    Participant

    This worked. I apologize somehow I missed that post.

    Thanks

Viewing 4 posts - 16 through 19 (of 19 total)
  • The topic ‘Increase Post Block Image Size’ is closed to new replies.