Tagged: , ,

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

    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

    #886292

    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

    #886474

    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

    #886675

    Hi,

    Perhaps add this to quick css:

    
    .blog .entry-content p {
    display: none;
    }
    

    Best regards,
    Jordan Shannon

    #886965

    Hi Jordan,

    I already tried that code, but it doesn’t change anything… :(

    Any other idea?

    Thx and bests

    Mirko

    #886977

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .av-magazine-content.entry-content {
    display: none!important; 
    }

    Best regards,
    Mike

    #887119

    That’s it!!! Thank you very much!!!

    Bests Mirko

    #887185

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to hide or shorten excerpt at magazine element’ is closed to new replies.