How to change the phrase LOAD NEXT SET in the category section to others ?
Perhaps this topic can help you: https://www.joomlart.com/forums/d/22674-load-next-set-that-s-all-translation/2
saguaros I didn't find an answer to my question here. I need to replace LOAD NEXT SET in english version. And how to make the LOAD NEXT SET more brighter or even change the color
Hi
As mentioned in that topic, you can override these languages constants:
TPL_INFINITY_NEXT = "Load next set" TPL_JSLANG_FINISHEDMSG = "That's all."
https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla
And to make it brighter, you can use this custom CSS:
#infinity-next { color: #ffffff !important; }
w11w12 You can override via backend of your site: Backend >> Extensions >> Language(s) >> Overrides
Select US language and add your translation.
ok, I replaced the LOAD NEXT SET, everything worked out
but I didn't understand where I can find the line #infinity-next { color: #ffffff !important; }
to make letters brighter
You can add that CSS code into the file:
ROOT/templates/ja_fixel/css/custom.css (create this file if it doesn't exist now)