Replacing Yale University logo
Request Type:
General Assistance
Forums:
Issue/Request:
I need to replace the Yale University logo at the top of the site.
I downloaded the correct logo from the identity site and uploaded the new image to the site. I then added the code to the CSS injector and it’s still not showing.
#region-topper-first h1 a {
background: transparent url(../sites/default/files/images/yale-header-blue-default.png) no-repeat !important;
}
Hey Kimberly,
You’re all set. It was just the two extra periods before the URL. (../sites/default/files/images/yale-header-blue-default.png). I’ve removed them and the image shows.
Josue