Full title in the blog post

Hello there,
I would like to know if it’s possible to visualize the full title and the excerpt when I use the category option to list recent posts like in the screenshot below

thanks a lot
cheers
Isabella

Hi Isabella,
Thanks for reaching out.

Regretfully, there is no such option to show the excerpt in the Classic Recent Post element you are using. But the title can be shown fully by adding a small piece of code to a specific section.
To know more on the Recent Post elements, please go through this article: https://demo.theme.co/integrity-1/shortcodes/recent-posts/

.x-recent-posts .h-recent-posts
{
    text-overflow: unset !important;
    white-space: break-spaces !important;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Alternatively, you can try using the bundled grid plugins. Both have the features you need. Please visit the links below for more details and plugin usage instructions.

Thanks

1 Like

awesome thanks a lot!! it works

Glad that we could be of help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.