Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1360073

    I want to remove the author name in my ‘Blogs-overview’. This overview is made with the magazine option.
    Who can tell me what the easiest way is to remove the author name?
    See magazine on the right side of this page.

    Thanks!

    #1360079

    Hey Stevenhensen89,

    Thank you for the inquiry.

    You can use this css code to hide the author meta in the magazine element.

    span.av-magazine-text-sep.text-sep-date, span.av-magazine-author.minor-meta {
        display: none;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.