There are many great code snippets in their Gitlab. You might find more on their…
Customize Matomo Interface Design
- Activate Developer Mode
- Install Code Injector
- Go to: Settings – System – Code Injector
- Add CSS:
<style>
nav {background-color: #62A4F7 !important;}
.default-piwik-logo,
.logo.brand-logo img {
content: url('https://www.enym.com/wp-content/uploads/2021/04/enym-medienkompetenz-logo.svg') !important;
}
.logo.brand-logo a::before {
width: 188px;
height: 35px;
content: url('https://www.enym.com/wp-content/uploads/2021/04/enym-medienkompetenz-logo-white.svg') !important;
}
.logo.brand-logo a {
width: 288px;
height: 150px;
display: block;
/*
background: url(https://www.enym.com/wp-content/uploads/2022/11/Bildschirmfoto-2022-11-13-um-12.01.28-300x290.png);*/
background-size: 100px;
background-position: top left;
}
.menuTab[data-category-id="General_Visitors"] ul li:nth-child(4),
.menuTab[data-category-id="General_Visitors"] ul li:nth-child(5),
li[data-category-id*=ProfessionalServices],
li[data-category-id=Marketplace_Marketplace],
.dashboard-manager,
.visitorLogIconWithDetails.flag,
.visitor-log-ip-location.visitorLogTooltip {
display: none !important;
}
</style>
Dieser Beitrag hat 0 Kommentare