TWSupport - Smooth, Clean Support

  • Post new topic
  • Reply to topic

I have to change this color via css, help!

Share

Veljko
New User

Age: 15
Number of posts: 7
Registration date: 2009-03-24

I have to change this color via css, help!

Post by Veljko on Wed Apr 01, 2009 4:52 pm

How can I change the green color in calendar and in profile (when I click on statistics it is green, the others are white. When I clik on contact, the contact button is green and others are white)

Take a look.


Placehold
TWS Manager
TWS Manager

Age: 25
Number of posts: 730
Registration date: 2008-04-15
Computer Specs: Windows Vista home premium :: Intel(R) Core(TM) Duo CPU
Additional Specs: T7250 @ 2.00GHz :: 4.00 GD RAM :: NVIDIA GeForce 8400M GT

Re: I have to change this color via css, help!

Post by Placehold on Wed Apr 01, 2009 6:53 pm

hmmmm ok that appears to be an onhover color code, Do you have a link to that site so i can have a oool into a css fix for you Smile

regards







Craig


_________________

Veljko
New User

Age: 15
Number of posts: 7
Registration date: 2009-03-24

Re: I have to change this color via css, help!

Post by Veljko on Wed Apr 01, 2009 10:07 pm

http://photoshopworld.4umer.net/

I have removed the calendar widget for now.

Jalokim
Designer
Designer

Age: 20
Number of posts: 184
Registration date: 2008-08-06
Computer Specs: HP Pavilion || Vista Home Premium SP1
Additional Specs: Athlon 64 X2 1,9Ghz ,GF 8400 GT, 2 MB, 250GB

Re: I have to change this color via css, help!

Post by Jalokim on Thu Apr 02, 2009 1:07 pm

holy hell ... you css is wicked ...
lol it needs to be revised ... it has stuff that is really not needed, some classes have been placed in really odd places.


to fix your green problem find this in your css:
Code:
#tabs .activetab a {
   background-position: 0 0;
   margin-bottom: -1px;
   border-bottom: 1px solid #02710e;
   background-color: #02710e;


change the #02710e to #c6e5f7 ... both of them...

Code:
#tabs a:hover {
   background-position: 0 -70px;
   background-color: #02710e;

in this one change the #02710e to #aedbf5

to fix the calendar:
Code:
.row3{
    background-color: #02710e;
    }


change it to c6e5f7


_________________

Veljko
New User

Age: 15
Number of posts: 7
Registration date: 2009-03-24

Re: I have to change this color via css, help!

Post by Veljko on Thu Apr 02, 2009 2:20 pm

Thanks Jalokim. I fixed it! Cheese
  • Post new topic
  • Reply to topic

Current date/time is Sun Mar 14, 2010 10:46 pm