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.
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
Hi,
That did not work. It removed the “Read more” line completley..
Regards,
Steve
Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
Josue