Change of "more" menu text
- The topic ‘Change of "more" menu text’ is closed to new replies.
Need help? Check out our Support site, then
Hi Travis!
New question (I do have them all, right?):
Is it possible to change, for the menu on the right side, the word “More”?
Once my audience reads in portuguese, I’d love to write something in our own language but couldn’t find it by myself.
Thanks a lot again!
The blog I need help with is: (visible only to logged in users)
Hi lygia,
Thanks for checking with us on this question. Unfortunately this text is not currently translatable it appears. However, if you would like to hide this on your theme, you could add a bit of CSS, like this:
.main-navigation .menu .reader {
display: none;
}
Thanks,
Travis