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.
Why not use your browser developer tools (right click -> inspect) or simply "view page source" to see the class names.
also... you reallt, really need to update to 2.0.11 -- you are 4 revisions behind, including some security releases