Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: landyvlad on February 06, 2019, 08:00:30 PM

Title: Site slogan
Post by: landyvlad on February 06, 2019, 08:00:30 PM
Site slogan: Add your own text for a slogan here. It will replace the SMF logo.

I've entered some text, and it appears at the top right hand corner, moreso (I think) than the original SMF logo, but I may be wrong on that count.

Is there a way to change the position of, and font size of, that field?

Thanks

www.droneflightforum.com

Title: Re: Site slogan
Post by: Bigguy on February 06, 2019, 08:17:07 PM
That field will handle bbc so italic and bold and all that will work in it.
Title: Re: Site slogan
Post by: landyvlad on February 06, 2019, 08:53:36 PM
Hmm, thanks, I'll have a play.
Title: Re: Site slogan
Post by: landyvlad on February 06, 2019, 08:56:03 PM
OK just tried using bold, just as a test and it doesn't work.

It shows up as

[b]Drone Flight Forum[/b]
Title: Re: Site slogan
Post by: Bigguy on February 06, 2019, 09:12:00 PM
Use these brackets and see if it does:

<b></b>
Title: Re: Site slogan
Post by: landyvlad on February 06, 2019, 09:19:16 PM
ah basic html, not bbcode,

Yep that does work :)

Title: Re: Site slogan
Post by: Bigguy on February 06, 2019, 09:25:58 PM
Yes html, sorry I mis-typed. :)
Title: Re: Site slogan
Post by: landyvlad on February 06, 2019, 09:26:25 PM
well, while bold works, color doesn't.

This code gives bold, but colour is as per default SMF.

<color="#0000FF"><b>Drone Flight Forum</b></color>


edit, ah but THIS does.


<font color="#0000FF"><b>Drone Flight Forum</b></color>


Cheers  :D
Title: Re: Site slogan
Post by: SychO on February 07, 2019, 05:45:36 AM
You really shouldn't use html, it's just a hack, additionally you didn't close the font tag so your forum's html is full of <font color="#0000FF">
</font>

scattered around
Title: Re: Site slogan
Post by: landyvlad on February 09, 2019, 07:58:04 PM
Um OK so how do I fix that then please?
Title: Re: Site slogan
Post by: SychO on February 10, 2019, 05:06:48 AM
If you want to edit the font's color and/or size ...etc you should just edit the css in index.css,
if you want to fix the position, well the issue has been logged on Github for a while so it'll be fixed in future releases, it needs some css tweaking.
Title: Re: Site slogan
Post by: landyvlad on February 10, 2019, 10:08:29 PM
Thanks heaps mate.

Issue sorted.