Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #524415

    Hi, I would like the post titles to be 20px and the short description to be 14px – http://screencast.com/t/0f6C9Gkx571l. How can I do that?

    #524426

    Hey DROR!

    Add this to your custom CSS.

    .slide-entry-title { font-size: 20px !important; }
    .slide-entry-excerpt { font-size: 12px !important; }
    

    Cheers!
    Elliott

    #524434

    Thanks, how can I add some spacing/padding between the excerpt and the read more button?

    #524488

    Hey!

    Please insert the below css and adjust your margin-top accordingly:

    .page .read-more-link a {
        margin-top: 25px;
    }

    Best regards,
    Dake

    #524518

    HI Dake, that doesn’t seem to have any effect.

    #524520

    Hi!

    I’m not seeing the style being applied when inspecting the read more link.

    Please modify the above css to what it is below:

    .page .read-more-link a {
        margin-top: 25px !important;
    }

    If the change isn’t applied, please provide us with temporary access to your website.

    Best regards,
    Dake

    #524523

    Forget that, it works. Thanks!

    #524526

    Hey!

    You’re welcome :)

    Please let us know if you ever need any help in the future.

    Best regards,
    Dake

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change font sizes for a blog post element?’ is closed to new replies.