Change Title from Related Articles to Recent Articles

Hi,

I would like to change the title for “Related Articles” to “Recent Articles”, but I was not able to change it. How can I proceed this?

Thank you for the help!

Hey there

Sorry for the inconvenience, but there is currently no option available to achieve this. However, I can help you with custom CSS if needed.

Could you please provide the URL of the page?

Regards.

Hi,

Thank you for your reply!

Please find below URL for your reference.

Thank you!

Hi there.

Please add this CSS code in the Appearance > Customize > Additional CSS:

.blog-post-related-articles .related-article-title:after {
    content: "recent posts";
    visibility: visible;
    position: absolute;
    left: 14px;
}
.blog-post-related-articles .related-article-title {
    visibility: hidden;
}

​Let me know if you need further assistance.

Regards.

If there is anything else I can help with, just let me know.

Hi, thank you very much!

You are welcome Angela

Let me know if there is anything else.

Regards.