Hi ! Where would it be possible to translate the sentece "Event Info" ? An easy way to change this green color ? Regards, JJ
janjak Hi It is defined in site root folder : language/en-GB/en-GB.tpl_ja_events_ii.ini You can also make an override of it from Joomla language override : http://prntscr.com/1jns69z For color use this code in custom.css file and change the color as per needs
.event-detail { background: #5cb85c; color: #ffffff; }
Hi, Thank you for answering ;-)
There is no "Event Info" in root folder language/en-GB/en-GB.tpl_ja_events_ii.ini....... It's in template folder !
Custom css is ok
Best regards,
janjak Hi There is kindly check again or override it via Language override option As i shown here : https://prnt.sc/1jns69z It only display when its present in the Language file in Joomla.
As said : it's done. Just for your information : an override only work with joomla language file. The sentence "Event Info" displayed in front end as shown in the screen shot is line 209 in template/ja_events_ii/language/en-GB/en-GB.tpl_ja_events_ii.ini not in root folder... ;-)
Best regards, JJ