The CreatorCon Call for Content is officially open! Get started here.

Change size navbar brand logo in the Service Portal

rody-bjerke
Giga Guru

Hi,

Is it possible to use "theme" in the service portal and CSS to resize the image in the left upper corner? Example below ServiceNow is the logo. And then use CSS to make it smaller or bigger.

snc_portal.jpg

Best regards,

2 REPLIES 2

rody-bjerke
Giga Guru

For example by using:


.navbar-brand {


      max-height: 40px;


      max-width: 30%;


      overflow: visible;


      padding-top: 0;


      padding-bottom: 0;


}



But i'm not sure of the name for the logo if it's .navbar-brand-logo or if it have any other names.


Inactive_Us2276
Kilo Contributor