Loco Plugin

June 2016

How to remove the word ” EMPLOYESS ” …

In a support system the CORRECT WORD IS ” AGENTS “

Employees is for companies, stores, and malls word does not makes sense in a support system and look very bad there.

Please do NOT tell me to install LOCO PLUGIN it does not work or change the word

Thank You

cjrupak

June 2016

If you wish to change the word and do not want to use any translation method then that can only be achieved by changing the word in the plugin files itself.

Or, if you wish to simply hide the word then you can use CSS for the same.

Thanks!

HendryRdz

June 2016

What’s the CSS?

cjrupak

June 2016

HendryRdz

June 2016

I know what it means .. What’s the CSS CODE to change it .. your the developer NOT ME.. please read well i need to fix this,ASAP !!

Thanks

HendryRdz

June 2016

??

 June 2016

Okay, sorry for the confusion. My bad.

Try the following CSS code and paste it under our Custom CSS Code section.


#tickets-nav div:nth-child(4) > h2:nth-child(2){
display:none !important;
}
If this still doesn’t work, then please open up a ticket at : http://support.cssjockey.com/ and we will help you get a solution to the problem.

Thanks!

HendryRdz  

 June 2016
It works!

Thank you

June 2016

Great!. You are welcome.

Last updated byadmin