Krio Posted February 23, 2016 Share Posted February 23, 2016 I don't know how to put the background in transparent I useopacity: 0.1;but it also does it for the text and product images Link to comment Share on other sites More sharing options...
Toteldo Posted February 24, 2016 Share Posted February 24, 2016 When you give an element opacity: x; that element and all elements in it will have that opacity. A simple solution is putting the background in the :after of the element. See: http://jsfiddle.net/hzSG8/ Link to comment Share on other sites More sharing options...
Krio Posted February 24, 2016 Author Share Posted February 24, 2016 When you give an element opacity: x; that element and all elements in it will have that opacity. A simple solution is putting the background in the :after of the element. See: http://jsfiddle.net/hzSG8/ Thanks for your help but I still can't do it 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