• Resolved Kyle Finazzo

    (@kylefinazzo)


    Hello. I would like to know if there is a way to change the name (Recent Post) in my native language Italian.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • HI,

    You can use any translation plugin like Loco Translation to translate it.

    Thread Starter Kyle Finazzo

    (@kylefinazzo)

    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,

    Thread Starter Kyle Finazzo

    (@kylefinazzo)

    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;
    }
    Thread Starter Kyle Finazzo

    (@kylefinazzo)

    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!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Recent post in Italian’ is closed to new replies.