Hide The Flag - Question | JoomShaper

Hide The Flag

F

fabiana

Template 1 year ago

https://prnt.sc/WKDmJ1B7qoJX hide the flag that appears in the joomla browser

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #173046

Hola,

Probably you forgot to disable DEBUGGER mode in Global Configuration.

Joomla Admin: Global Confirguration > System > Debug System and turn it OFF.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #173038

Hi

Thanks for contacting us. Use this CSS in your custom.css file

div.phpdebugbar a, div.phpdebugbar-openhandler{
  display: none;
}

-Regards.

0