Hi, want to use the magazine element with the bigger last post. But I wanna hide or shorten (define the length) the excerpt.
Can anyone help me how to do this?
Thx and bests
Mirko
Hey mirkorau,
Please provide a link to the site in question as well as an example of what you are looking to achieve? Do you just want to hide the excerpt on all posts?
Best regards,
Jordan Shannon
Hi Jordan,
thanks for your reply. The mentioned page isn’t online yet. Please find attached a screenshot of the problem or which excerpt I want to remove or shorten…
Thx and bests
Mirko
Hi,
Perhaps add this to quick css:
.blog .entry-content p {
display: none;
}
Best regards,
Jordan Shannon
Hi Jordan,
I already tried that code, but it doesn’t change anything… :(
Any other idea?
Thx and bests
Mirko
Hi,
Try this code in the General Styling > Quick CSS field:
.av-magazine-content.entry-content {
display: none!important;
}
Best regards,
Mike
That’s it!!! Thank you very much!!!
Bests Mirko