Remove " Powered by UNA " graphic
Trying to remove the Graphic......... Been looking for it and can't seem to find it.
-
- · GFunnel
- ·
Add this code into the Head Injection:
Location: Studio>Designer>Injections
URL:
{{yourdomain}}/studio/designer.php?page=injections
"<head>
...
<style>
#bx-menu-footer > li.bx-menu-item.bx-menu-item-powered_by.bx-stl-mil-wo-bg-gaps {display: none;
}
</style>
...
</head>
<head>
...
<script>
window.onload = function() {
var element = document.querySelector("
#bx-menu-footer > li.bx-menu-item.bx-menu-item-powered_by.bx-stl-mil-wo-bg-gaps");if (element) element.parentNode.removeChild(element);
}
</script>
...
</head>"
-
I would have never found that, Thanks for your time, it worked perfectly
-
-
·
LeonidS
- ·
Hello everybody!
It is much easier to go to the Studio->Navigation->System->Footer links area and disable this menu point :-) Dear @Al Barnes , it's a perfect moment to start reading our Documentation here https://unacms.com/wiki/Introduction - we have many updates there right now!
-
·
LeonidS