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!
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