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?
Hey DROR!
Add this to your custom CSS.
.slide-entry-title { font-size: 20px !important; }
.slide-entry-excerpt { font-size: 12px !important; }
Cheers!
Elliott
Thanks, how can I add some spacing/padding between the excerpt and the read more button?
Hey!
Please insert the below css and adjust your margin-top accordingly:
.page .read-more-link a {
margin-top: 25px;
}
Best regards,
Dake
HI Dake, that doesn’t seem to have any effect.
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
Forget that, it works. Thanks!
Hey!
You’re welcome :)
Please let us know if you ever need any help in the future.
Best regards,
Dake