How to remove date from blog posts on activello theme?

Hi All,

I have tried everything possible to remove the date from my blog posts. Every possible code in the functions.php or CSS file on the internet but still I am having the issue.

Can anybody help please?
MY site is:

Your help will be much appreciated. Thank you!

Hi @airanraunak,

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

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

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

.entry-meta .posted-on {
    display: none;
}

Best Regards,
Movin

Hi Movin,
Thank you for your reply.
I did not get the path you referred to. Appearance (is okay)>> Themes ( i have themes where i have options to select the theme for my blog; nothing called theme settings). Are you asking me to go to Appearance and then Editor where there are lot of html files and put the above mentioned code in somewhere ?

Please help.

I added the above code in Appearance>>Customize>>Additional CSS but it did not give me the desirrd result.

The path is changed now in the latest theme version to Admin Area -> Appearance -> Customize -> Additional CSS so please add the CSS code there.

I can see the dates don’t display on your site now as shown in the attached screenshot.

Please test it clearing your browser cache.