$15 for a Quick CSS Fix

Discussion in 'Design Contests' started by GiladG, Nov 14, 2008.

  1. #1
    Quick and easy contest to fix my CSS stylesheet.

    Time: Contest will run until a working solution is posted. Upon submission I will test the suggestion and if it works I will award the prize and contact you via PM.

    Task: In the following page I need to control the colors of the buttons reading "Add to Cart". I know how to change the background, but cannot locate the text-color.

    Prize: $15

    Pay: Paypal

    UPDATE: Contest is now CLOSED and prize has been awarded.
     
    GiladG, Nov 14, 2008 IP
  2. Inersha

    Inersha Active Member

    Messages:
    182
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    It's the colour in this line:

    button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }

    It's in the styles.css file near the top, in the second section below /* Form Elements */

    Change color:#000; to whatever colour you want the font colour to be.
     
    Inersha, Nov 14, 2008 IP
  3. :Master:

    :Master: Guest

    Messages:
    158
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    pm me. what color do u want the text?
     
    :Master:, Nov 14, 2008 IP
  4. gamezville

    gamezville Peon

    Messages:
    94
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    gamezville, Nov 14, 2008 IP
  5. Frekans

    Frekans Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    In the stylesheet yoursite.com/skin/frontend/giftshop/default/css/styles.css

    button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }

    Under the section below /* Form Elements */

    Change color:#000; to color:#FFF;
    "Add to Cart"s will be white or you can write there any color you wanted.

    It's a very little fix and I think Inersha must get the award for this.
     
    Frekans, Nov 14, 2008 IP