Overwrite Axero content control panel
How to delete Axero stuff on control panel drop down
Add the following code to Control Panel > System > CSS Overrides :
/* Hide Axero widgets in corner gear sidebar */ .axero-widget-nav-list:nth-child(3), .axero-widget-support {display:none;}
.admin-body .axero-widget-support, .admin-body .span4 .axero-widget, .admin-body iframe {display:none !important;}
If you would like you can use CSS to hide elements you do not want to see. There is not currently a way to replace it with alternative content.
Here's an example of CSS to hide the phone number in the Control Panel
#ControlPanelModal .axero-widget-content.axero-widget-content-padded.axero-entity-formatted-content p:last-of-type { display: none;}
#ControlPanelModal .axero-widget-content.axero-widget-content-padded.axero-entity-formatted-content p:last-of-type {
display: none;
}
You'll need to get specific with your rules. In the example I gave above you can see the element has an ID of #ControlPanelModal
That is the ID of the Control Panel Modal that contains the elements you want to hide. You'll need to use the ID as well when creating your CSS rules.
Let op: CSS overrides aren't applied in administrative areas. You can't hide elements in the Control Panel.
Schakel JavaScript in om de bestand uploader te gebruiken.
vraagt om toegang tot een Wiki die Je hebt vergrendeld: https://connact.space/spaces/1/community-development/wiki/view/6840/overwrite-axero-content-control-panel