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
That field will handle bbc so italic and bold and all that will work in it.
Hmm, thanks, I'll have a play.
OK just tried using bold, just as a test and it doesn't work.
It shows up as
[b]Drone Flight Forum[/b]
Use these brackets and see if it does:
<b></b>
ah basic html, not bbcode,
Yep that does work :)
Yes html, sorry I mis-typed. :)
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
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
Um OK so how do I fix that then please?
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.
Thanks heaps mate.
Issue sorted.