• Resolved ANDRE_Ani

    (@andre_ani)


    Good morning,

    My site is configured in french but after articles, I’ve already have “Read more” instead of “Lire plus”.

    I saw with Loco Translate that the traduction exists, so, did I missed something ?

    Thanks,

    ANDRE_Ani

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Can you specify the link of the page?

    Thread Starter ANDRE_Ani

    (@andre_ani)

    Sorry but I can’t, the site is “under construction”.

    It’s the last version of WordPress and the last of Mesmerize theme.

    I tried with a child theme and modified inc/functions.php but it’s not working.

    • This reply was modified 1 year, 9 months ago by ANDRE_Ani.

    Hello,

    Please try this extra CSS code in Customizer -> General Settings -> Additional CSS :

    a.read-more.link{
    visibility: hidden;
    position: relative;
    }

    a.read-more.link::after {
    visibility: visible;
    position: absolute;
    font-size:18px!important;
    content: “Lire plus ?”!important
    }

    Thread Starter ANDRE_Ani

    (@andre_ani)

    I add this in my style.ccs child theme file and it’s wordking.

    Thanks a lot !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Read more instead of Lire plus’ is closed to new replies.