Remove author name and email address under the blog excerpt

Hi!

how can I remove author’s email and date under my blog excerpts?

many thanks!
Maika

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 information*/ .entry-meta { display: none; }

Best Regards,
Support

Hi,

I followed the instructions and cleared my cache, and the problem is still there. How can I remove the whole bar under all my excerpts?

Thanks for your advice!

Maika

There is my email / date / “comments OFF” => I would like to remove all of it

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

It seems the CSS wasn’t correct.
Sorry about that.

Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Thanks! Hope your day is good too!

The page is: https://maikaendo.com/blog

Many thanks for your help,

Maika

Where can I add a new topic for another question?

There is my email / date / “comments OFF” => I would like to remove all of it

Actually you are using Illdy theme on your shared site and not Sparkling theme

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

.blog-post-meta {
    display: none;
}
Where can I add a new topic for another question?

You can create it here Illdy - Colorlib Support Forum

it worked, thanks so much!

You are most welcome here :slight_smile: