Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: noface0711 on April 12, 2016, 06:49:53 AM

Title: Copyright CSS
Post by: noface0711 on April 12, 2016, 06:49:53 AM
Hey,

I am trying to change the copyright links in SMF 2.0.7

The part I am struggling on is:

SMF 2.0.7 | SMF © 2013, Simple Machines
SimplePortal 2.3.5 © 2008-2012, SimplePortal

I have created a new class:

a.new_win_footer:link, a.new_win_footer:visited
{
color: #fff;
text-decoration: none;
}
a.new_win_footer:hover
{
text-decoration: underline;
}


and have managed to change the class="new_win" to "new_win_footer" on the

XHTML
RSS
WAP2

But can't seem to find the class that needs changing at the top. Any one got any ideas.
Title: Re: Copyright CSS
Post by: Shambles on April 12, 2016, 07:03:56 AM
Why not use your browser developer tools (right click -> inspect) or simply "view page source" to see the class names.
Title: Re: Copyright CSS
Post by: Kindred on April 12, 2016, 11:47:28 AM
also... you reallt, really need to update to 2.0.11 -- you are 4 revisions behind, including some security releases