Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #393232

    Hi!
    Have searched the forums, and haven´t found what I´m looking for.
    At my site, http://stevenilsen.no/ the “read more ->” is hardcoded.
    Is there a easy way to translate this without updating core files? I hope for an CSS solution.
    Iwant to have the text in norwegian,

    Thanks in advance,

    Steve.

    #393510

    Hey Steve!

    Try adding this code to the Quick CSS:

    .more-link {
        font-size: 0;
    }
    
    .more-link:after{
        content: "Custom String";
        font-size: 14px;
    }

    Cheers! 
    Josue

    #393815

    Hi,

    That did not work. It removed the “Read more” line completley..

    Regards,
    Steve

    #393971

    Hi,

    Can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #394042
    This reply has been marked as private.
    #394237

    Hey!

    Looks you managed to make it work by using before instead of after.

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.