Reply To: Display Site Tagline In Enlightenment

#18894
Daniel Tara
Keymaster

Open functions.php and find the function enlightenment_filter_header_class_args(). Add the following line before the return statement:

$args['site_description'] = true;

You’ll have to apply some custom CSS to make it look properly.