HI,
You can use any translation plugin like Loco Translation to translate it.
Hello, Abhishek. I would like it to be directly visible in Italian. Is there a way I can change it from the theme?
Hi,
Try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.page-header-title {
font-size: 0px;
}
.page-header-title:before {
content: "More Posts";
font-size: 24px;
}
PS- Change the text and font size as per your need,
Hello, Abhishek. Let’s say it works … The problem is that the same message appears on all pages of the site. I want (only) to change the title of the Homepage. How can I do?
Hi,
Please try to replace the above code with this one.
.home .page-header-title {
font-size: 0px;
}
.home .page-header-title:before {
content: "More Posts";
font-size: 24px;
}
Hey, Abhishek … Thank you so much for your help! It works wonders.
You are most welcome and Glad to hear that the issue has been fixed!