Hi, tell me please how in the themes “Travelify” remove information about the author?
Hello there,
I hope you are doing well today.
You can use the following CSS code to remove the author information by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove author info*/
.single .entry-meta-bar {
display: none;
}
Best Regards,
Support
This code removes the author when viewing the entire article, but how else to remove the news when the news is announced?
Hello there,
I am not exactly clear on this, what exactly do you want to have removed?
Best Regards,
Support
Please look at the screenshot, I went around red!
hi there
Please add this css:
span.author.vcard {
display: none;
}