Hi,
1. is it possible to use the blog grid and then show the full text instead of the excerpt?
2. is it possible to hide the featured image?
Best regards
Miki
Hey Miki,
How do you imagine full texts in the blog grid?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi Victoria
Something like the attached image
Best regards
Miki
Hi Miki,
Thanks.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .post-entry-2065 .avia-content-slider .slide-image {
display: none;
}
Maybe you can increase excerpt length but not sure it will help.
https://kriesi.at/support/topic/custom-excerpt-length-for-posts-from-avia-blog-element/
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thanks for the CSS, it worked :)
If i increase excerpt length. Is it possible to make it keep the formatting? (bullet points and url to pdf) – Currently it seems like it removes all the formatting in the excerpt.
Best regards
Miki
Hi Miki,
Well, you can try the solution from here but you need to apply it in the appropriate files:
https://kriesi.at/support/topic/html-markup-in-excerpt-has-been-lost/#post-733912
Best regards,
Victoria