Slogan not appearing

Request Type: 
General Assistance
Author: 
James Cozart
Issue/Request: 

Hi,

We’d like to have a slogan for the site (http://dev.beyonddiversification.yale.edu/), and have entered it into the “Site Details” section of (Home » Administration » Configuration » System » Site information). 

However, it is not appearing on the page. Any idea why? Thanks!

Best,

James

Hello James,

The site slogan is disabled by default but can be re-enabled by going to Appearance and under the active theme select Settings, then scroll down to Toggle Display and enable Site Slogan. Save your progress and you should be all set.

Josue

I’ve done that previously – the site slogan is enabled, and saved, but does not show up on the page. Is there another reason why we’re having difficulty? Thank you.

James

Check the Delta under the Appearance > Delta. Select configure in the delta matching your theme and make sure its also selected there. 

Josue

Great – it worked! Final question: how can I change the slogan text color? We’d like it to be the same color as the website title. At present, it is an off-shade of grey that is hardly visible. Thanks for your help.

Anthony

To change the color of the slogan you’d need to enable the CSS Injector module and apply a CSS Rule that changes the font color to white (#ffffff).

Josue

Would it be possible for someone in your office to help me edit the slogan color? It’s not something I have any expertise doing — I work as an
empirical research assistant at the Law School and the website is a
relatively minor part of my job duties.

Thank you.

Best,
James

Hello James,

I’ve created the following CSS Injector rule which changes the slogan color to white. 

.site-slogan {
     color: #ffffff;
}
You should now be able to add the slogan and have it be visible and in white, matching the site title.
Josue