Author Topic: code to chang upload button color  (Read 2287 times)

jerry tolson

  • Newbie
  • *
  • Posts: 12
code to chang upload button color
« on: October 07, 2008, 09:18:21 AM »
Good morning!

I would like to know the proper location of the code that gives the upload button its color.  I want to take off the rollover effect and make it like the other buttons.  I have located a section in the main.css folder that deals with the size of the text etc, but I cannot for the life of me locate the code to make the button standard.

Thank you for your help!

Jerry Tolson    http://www.mysegueway.com

oac

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2415
Re: code to chang upload button color
« Reply #1 on: October 07, 2008, 10:16:51 AM »
You can do this by changing:
Code: [Select]
<div class="button2"><a class="navUp" href="uploader.php">Upload</a></div>
To:
Code: [Select]
<div class="button"><a class="nav" href="uploader.php">Upload</a></div>
In templates/main_1.htm

jerry tolson

  • Newbie
  • *
  • Posts: 12
Re: code to chang upload button color
« Reply #2 on: October 09, 2008, 06:57:15 AM »
Worked like a charm!   

Thank you for you help and quick response

http://www.mysegueway.com