1
xoops 2.014, Neo blue theme (with hack for 2.014)
I know some css but this one I can't get for some reason. What I want to have is something like this:
[size=x-large]My Site Name[/size]
My Site Slogan HereIn themes/neoblue/theme.html the current code is:
<div class="headerlogo_c">
<h1><a href="<{$xoops_url}>/" title="<{$xoops_sitename}>"><{$xoops_sitename}>a>h1>
div>
What I have been trying is variations like this:
<div class="headerlogo_c">
<h1><a href="<{$xoops_url}>/" title="<{$xoops_sitename}>"><{$xoops_sitename}>a>h1><h3><br/>This is my Site Sloganh3>
div>
It seems like that should work to me but it actually places the slogan at the top of the main nav (navsections) instead.
Any help for this rookie would be appreciated.
Thanks,
Steve