Custom CSS in Client Portal Dashboard

I would like to customize the navbar in the client portal. I have put this the custom css in the portal section. Nothing works. I would by the license if I for sure knew I can customize this to fit my brand. Can anyone give me some insite?

#header nav.navbar.navbar-top.navbar-inverse {
background-image: url(‘https://socialpoint24.com/wp-content/uploads/2018/01/cpanel-header-dark.png’) no-repeat !important;
border-color: #e2e2e2;
}

.row.header {
background-image: url(‘https://socialpoint24.com/wp-content/uploads/2018/01/cpanel-header-dark.png’)!important;
}
hr.green {
background: #093869!important;
}
.btn-success {
background-color: #093869 !important;
border-color: #7D7C7C !important;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
background-color:#093869 !important;
border-color:#e2e2e2 !important;
}
.btn-sm, .btn-group-sm>.btn {
padding: 5px 10px;
}

#main-row i {
background-color: #093869;
}

That’s a lot of code :slight_smile: Let’s take one change at a time…

Removing our logo from the client portal requires purchasing a white label license. I’m not sure if it’s possible to change with custom CSS but it can be accomplished by modifying the PHP code.

Nevermind it seems to be working now.

However, is there a way to customize the footer links in the client dashboard?

The social links are hidden by purchasing a white label license, we don’t support customizing them.