I am using the Swashbuckle package for WebAPI and am attempting to customize the look and feel of the swagger ui default page. I would like to customize the default swagger
This worked for me with the last version of Swagger UI in Swashbuckle
.swagger-ui img { content: url([logo_path]); width: 140px; /* width of your logo */ height: 40px; /* height of your logo */ }