Elixir Feather theme - site slogan in title_area?

Hi,

Can anybody help me? I’m using the Elixir Feather theme and want to be able to put the site slogan in the title area below the site title. Currently, the theme puts the %site_slogan% in a banner div but I want it to show on every page in the header. Any body got any ideas?

Many thanks in advance!

Kind Regards,
Neil.

Can nobody help me? Please say someone can help me! Maybe @Elixir can help?

Try this:

Under Inspector > HTML > JavaScript:

$(document).ready(function() {
	$('#site_slogan').insertAfter($('#site_title'));
});

Hi ,

Unfortunately that didn’t work, but thanks for the offer of help!

I’m sure someone will kill me for this, but you could try putting

My Website<br><span style="font-size: 40px !important; color: #aaaaaa;">Your slogan here</span>

into the Title box in Settings, General.

=)

In fact, that’s exactly what I’m trying to remove! It’s been like that for quite a while and @willwood also pointed this out to me when he was looking at another issue.

Thanks though!

Hi there @doone128!

Unfortunately to do it right you’d really need to change the theme’s underlying code. Sorry, I know that isn’t the response you were hoping for.

Adam

Oh darn!

Oh well. Thanks for letting me know. =)