Jump to content

[SOLVED] Problem with a transparent png menu button


Recommended Posts

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 !

16971_Ei3rnSnmDwwI9qeWFCTU_t

Link to comment
Share on other sites

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

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...

17096_MyJrcEujRwSA0CxScwNH_t

Link to comment
Share on other sites

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


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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...