Author Topic: admin links.  (Read 631 times)

0 Members and 1 Guest are viewing this topic.

Offline confusimo

  • New Member
  • *
  • Posts: 18
  • Karma: 33
  • SMF Version: 1.1.5
admin links.
« on: February 17, 2010, 01:27:36 AM »
Is there any way to change the color of the admin links.  Just the admin links on left and not the whole board.  rc2.

Online bigguy

  • Site Owner
  • Administrator
  • *
  • Posts: 13217
  • Karma: 269
  • Gender: Male
  • Get'r Done
    • P.C. Tweakr
  • SMF Version: 2.0 Gold
Re: admin links.
« Reply #1 on: February 17, 2010, 06:16:47 AM »
Not that I know of, unless you add to the code and do a bit of tweaking.

Offline confusimo

  • New Member
  • *
  • Posts: 18
  • Karma: 33
  • SMF Version: 1.1.5
Re: admin links.
« Reply #2 on: February 17, 2010, 01:13:51 PM »
What code?? Where??

Offline butchas

  • Elite Member
  • *
  • Posts: 631
  • Karma: 398
  • Illustrious key typer
    • East Coast Rolling Thunder car club
  • SMF Version: 2.0 RC5
Re: admin links.
« Reply #3 on: February 17, 2010, 07:48:23 PM »
The code will end up somewhere in a css file.  You may have to add something like
:
.p.moderators
{
color: blue; /* moderator text color */
}


Not sure....  It will be a trial by error process...  ;)
My mod, My site

Offline confusimo

  • New Member
  • *
  • Posts: 18
  • Karma: 33
  • SMF Version: 1.1.5
Re: admin links.
« Reply #4 on: February 17, 2010, 08:12:32 PM »
That's alright I found another solution thanks.

Online bigguy

  • Site Owner
  • Administrator
  • *
  • Posts: 13217
  • Karma: 269
  • Gender: Male
  • Get'r Done
    • P.C. Tweakr
  • SMF Version: 2.0 Gold
Re: admin links.
« Reply #5 on: February 17, 2010, 08:31:50 PM »
What was your solution. ???