nichita2008 Posted January 11, 2010 Share Posted January 11, 2010 I have a problem with an button from one prestashop store. I've changed button-medium_exclusive.gif with button-medium_exclusive.png to make transparent this button. The page seems to work fine in other places, but when I click on "See product" in the open page I receive the same button, not transparent. Please see the image below. I'am not very advanced in css and I need some help. How to make this button transparent in this place ?Thank you ! Link to comment Share on other sites More sharing options...
shacker Posted January 12, 2010 Share Posted January 12, 2010 I have a problem with an button from one prestashop store. I've changed button-medium_exclusive.gif with button-medium_exclusive.png to make transparent this button. The page seems to work fine in other places, but when I click on "See product" in the open page I receive the same button, not transparent. Please see the image below. I'am not very advanced in css and I need some help. How to make this button transparent in this place ?Thank you ! Check if the button have a background-color in the global.css Link to comment Share on other sites More sharing options...
Guest Posted January 12, 2010 Share Posted January 12, 2010 for button background, edit you global.css, then find code which is related with the button, and write background-color:none; Link to comment Share on other sites More sharing options...
nichita2008 Posted January 13, 2010 Author Share Posted January 13, 2010 Thank you for suggestions. I've changed the background color zone to none but the picture seems to be non transparent. I suppose it's a .css problem - non transparency for the pictures... ??!!. The same button appear correctly (transparent) in the other zones... Link to comment Share on other sites More sharing options...
Eihwaz Posted January 13, 2010 Share Posted January 13, 2010 Background color property doesn't have "none" attribute, you should use background-color: transparent; Link to comment Share on other sites More sharing options...
nichita2008 Posted January 13, 2010 Author Share Posted January 13, 2010 I've switched to transparent but the corners are still the same. Link to comment Share on other sites More sharing options...
Eihwaz Posted January 13, 2010 Share Posted January 13, 2010 I see two possible reasons: 1) Maybe you're just using background-color property in the wrong place (look for /* global button */ line in your css for default buttons)2) Your button inherits it's background color from one of it's parent elements (On Firefox use FireBug, Chrome browser has a built-in tool for that, on IE use... Use Firefox or Chrome ) Link to comment Share on other sites More sharing options...
nichita2008 Posted January 13, 2010 Author Share Posted January 13, 2010 1) Maybe you're just using background-color property in the wrong place (look for /* global button */ line in your css for default buttons) I just fall in love with you :-) You solve my problem - I loose many hours thinking how to solve this problem. Thank you a lot buddy. You save my life !!I added to the css in this zone - background-color: transparent; and the problem was solved. THANK YOU !!! :-) Link to comment Share on other sites More sharing options...
Eihwaz Posted January 13, 2010 Share Posted January 13, 2010 You're welcome, brother, take care! 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