removing the author and "by"

I have used this in additional css to remove the author but the “by” is still lingering.
entry-meta
{
font-size: 0;
}

.entry-meta .posted-on {
font-size: 14px;
}

.entry-meta .author {
display: none;

Can you help?

www.momshealthyhabits.com

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/**/
.entry-meta {
    display: none !important;
}

Best regards,
Support.

Thank you

You are always welcome here :slight_smile: