Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2010
    Posts
    53
    Plugin Contributions
    0

    red flag How to change this button color?

    Hi, all:
    I have a problem. It might be easy. But i don't know much about web programming. So i hope some one can help me.
    I installed COWOA in my new shop. However, i found some buttons are hard to be located because of the button color.
    Here is my new store: www.elechouse.com/store/
    To make it clear, please add any product to the shopping cart and check out. Well, you might feel hard to find the "log in"button in right-bottom of the "Returning Customers" box until you put mouse on that, and also another "continue" button in the right-bottom of the "Checkout Without Account"box.
    I want to change those buttons to another color, maybe black. Please tell me how.
    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: How to change this button color?

    Wilson,
    Look like you are using Template Monster (TM).
    To find the button folder
    includes/ template/ gadgets_black/ buttons/ english/ buttons

    1. http:// www. elechouse.com /store/index.php?main_page=login&action=process
    2. You will have to recreate the buttons
    3. button_login.gif
    4. button_create_account.gif

  3. #3
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: How to change this button color?

    Line 99 of stylesheet_css_buttons
    includes/templates/gadgets_black/css/stylesheet_css_buttons.css
    find this
    Code:
    span.button_add_address, span.button_continue {
        background: url("../images/marker-right.png") no-repeat scroll 96% 5px transparent;
        padding: 3px 22px 0 7px !important;
    }
    change it to this
    Code:
    span.button_add_address {
        background: url("../images/marker-right.png") no-repeat scroll 96% 5px transparent;
        padding: 3px 22px 0 7px !important;
    }
    
    span.button_continue {
        background: url("../images/marker-right.png") no-repeat scroll 96% 5px #000000;
        padding: 3px 22px 0 7px !important;
    }

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: How to change this button color?

    Quote Originally Posted by keneso View Post
    Line 99 of stylesheet_css_buttons
    includes/templates/gadgets_black/css/stylesheet_css_buttons.css
    find this
    Code:
    span.button_add_address, span.button_continue {
        background: url("../images/marker-right.png") no-repeat scroll 96% 5px transparent;
        padding: 3px 22px 0 7px !important;
    }
    change it to this
    Code:
    span.button_add_address {
        background: url("../images/marker-right.png") no-repeat scroll 96% 5px transparent;
        padding: 3px 22px 0 7px !important;
    }
    
    span.button_continue {
        background: url("../images/marker-right.png") no-repeat scroll 96% 5px #000000;
        padding: 3px 22px 0 7px !important;
    }
    @Keneso
    There is no change the values are the same under the declartion ?

  5. #5
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: How to change this button color?

    @haredo

    I'm not sure I understand what you mean, when I tried in firebug, it makes the button background black like requested

    span.button_continue {
    background: url("../images/marker-right.png") no-repeat scroll 96% 5px #000000;
    padding: 3px 22px 0 7px !important;
    }

    Have I got it wrong?
    I know, and respect your expertise, please advise.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: How to change this button color?

    @Kensen
    Sorry I had a hick-up in firefox was a cache issue ...

  7. #7
    Join Date
    Apr 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: How to change this button color?

    @Kensen & @@haredo

    Thanks for your help. It is great.
    I found there are many button problems on my web. Would you please me how to locate the code of the problem button? So i can find them all and change them.
    Also, if i want to change the words to black, not background color, is there any way to make it?

    Thanks to you two. I really appreciate your help.

  8. #8
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: How to change this button color?

    You're welcome.
    Use firefox and the "web developer" and/or "firebug" add-ons for it.
    Google chrome too thru its options has tools for the developer, and I understand ie8 too, though I never use this last one.

  9. #9
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: How to change this button color?

    Also, if i want to change the words to black, not background color, is there any way to make it?
    That is

    color: #000000;

  10. #10
    Join Date
    Apr 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: How to change this button color?

    Thanks so much.
    I fixed it.
    Gratitude

 

 

Similar Threads

  1. how do i change the color of this text?
    By Michael Chia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jul 2010, 06:35 PM
  2. How to change the color of this item ?
    By dehaan in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Mar 2008, 10:43 PM
  3. How do I change this font color?
    By julia44 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 May 2007, 12:50 PM
  4. how to change the font color of this one?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 8 Apr 2007, 04:17 PM
  5. How do I change this color?
    By AmyBryant in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jun 2006, 06:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg