Housy Posted August 30, 2011 Share Posted August 30, 2011 Hey I have a little problem with the "Add to cart" button. I know, how to style it in CSS, I just don't know, why form of the button isn't the same, after I click on it? Where is the problem? Which files should I modify? Is this maybe javascript fault? In the attachment you can see the picture for easier understanding, what exactly is happening here. Thanks, Housy Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 30, 2011 Share Posted August 30, 2011 Hi Housy, Can you give us your URL so that we can test this out for ourselves? -Mike Link to comment Share on other sites More sharing options...
Housy Posted August 30, 2011 Author Share Posted August 30, 2011 Hi Mike Here is the link - CLICK Hi Housy, Can you give us your URL so that we can test this out for ourselves? -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 30, 2011 Share Posted August 30, 2011 We're going to take a look at it for you, and hopefully have an answer shortly. -Mike Link to comment Share on other sites More sharing options...
Housy Posted August 30, 2011 Author Share Posted August 30, 2011 Thanks a lot We're going to take a look at it for you, and hopefully have an answer shortly. -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 30, 2011 Share Posted August 30, 2011 Hi Housy, The issue likely lies in your global.css file. Within that file, search for "exclusive disabled button" and change the hex code for that section to the color of the normal button before it is clicked. Please let me know if that works for you. -Mike Link to comment Share on other sites More sharing options...
Housy Posted August 31, 2011 Author Share Posted August 31, 2011 Mike, it didn't work for me, sorry Anything else, I could try? My button is actually a picture with a little bit of gradient, not background color. Hi Housy, The issue likely lies in your global.css file. Within that file, search for "exclusive disabled button" and change the hex code for that section to the color of the normal button before it is clicked. Please let me know if that works for you. -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 31, 2011 Share Posted August 31, 2011 Have you cleared your cache and regenerated htaccess and thumbnails yet? -Mike Link to comment Share on other sites More sharing options...
Housy Posted August 31, 2011 Author Share Posted August 31, 2011 Hey Mike =) The problem was in global.css but it was actually line 746 (/* exclusive button */). Background-image was set to the default button image, so I had to modify that. I changed the path to the background I want and now it works. Here is also the code: input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/my-button-background.png'); background-repeat: repeat-x } Really thanks for the help Mike Have you cleared your cache and regenerated htaccess and thumbnails yet? -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 31, 2011 Share Posted August 31, 2011 Well I'm glad I could (somewhat) help! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now