Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: <ProGamer> on March 18, 2009, 08:05:40 PM

Title: Copyright Font
Post by: <ProGamer> on March 18, 2009, 08:05:40 PM
Hi, i would like to change the font of the smf forum copyright, but i can't seem to find the font in the style.css
does anyone know how to do this?
Title: Re: Copyright Font
Post by: JBlaze on March 18, 2009, 09:06:35 PM
Themes/{default_theme}/index.template.php
Code (find) Select
<td valign="middle" align="center" style="white-space: nowrap;">
', theme_copyright(), '     
</td>


Code (replace with) Select
<td valign="middle" align="center" style="white-space: nowrap;">
<span class="copyright"> ', theme_copyright(), '     </span>
</td>



Themes/{default_theme}/style.css
Code (find) Select
a.nav:hover {
font-weight: bold;
color: #909090;
text-decoration: underline;
}


Code (add after) Select
.copyright {
color: #909090;
text-decoration: underline;
}

Now, change how you want the text to appear.
Title: Re: Copyright Font
Post by: <ProGamer> on March 18, 2009, 09:08:05 PM
Thank you  ;D
Title: Re: Copyright Font
Post by: tyty1234 on March 18, 2009, 09:54:16 PM
Um.....I don't think we are allowed to that.
(Support or Developer please confirm and/or verify)
Title: Re: Copyright Font
Post by: JBlaze on March 18, 2009, 11:29:50 PM
I was under the impression that as long as the copyright is there and intact, that we were allowed to modify the way it looks.
Title: Re: Copyright Font
Post by: tyty1234 on March 19, 2009, 01:21:10 AM
We'll see what support has to say. Want to be safe, you know? ;)
Title: Re: Copyright Font
Post by: JBlaze on March 19, 2009, 01:21:42 AM
Agreed.
Title: Re: Copyright Font
Post by: Aleksi "Lex" Kilpinen on March 19, 2009, 02:13:10 AM
I do remember times that the Support team has actually helped in changing the coloring of the copyright notice, and I would think that so long you don't touch the actual text, and as long as it stays readable (no blending to the background there ;) ) it should be ok.
Now, I am not a member of the team, so I can't say for sure...