Remove references to Yale University on a site

Request Type: 
General Assistance
Author: 
Daphne Klemme
Issue/Request: 

Per message from conference organizer:

HI Daphne,

I heard that folks are getting a little confused as to where the conference is bc of our Yale banners on the top and bottom of the conference website.  Could we remove where it says Yale University at the top of the banner and replace with “Vail, Colorado” to alleviate this confusion?  Still the Yale is on the bottom banner….

Would this work?

Thanks!

Bonnie

So, is it possible to do this with css? If so how? 

Thank you,

Daphne

Hello Daphne,

It is possible to remove the Yale University name from the top with CSS, but I believe it would go against policy to use something other than Yale University at the top. 

To remove, add the following into CSS Injector:

#region-topper-first h1 {
display: none;
}
 
This should remove “Yale University” from the top. I would then try and incorporate “Vail, Colorado” into the title.
 
Josue

I activated the css injector remind me where I find it as I cannot.

Daphne

Sure, Its located under Configuration > Development > CSS Injector.

Josue

Josue,

Thank you for your help! I found it and did it!

Daphne