CONetWebDesign Posted June 15, 2012 Share Posted June 15, 2012 Please see http://www.dev2.designbyconet.com Check out the 'search' button at the top right... it has a white bg on it, Ive tried removing this but to no avail. Its a .png with a transparent bg and Ive search every CSS I can to remove the background color but I cant find it.. Any ideas where it might be? Many thanks in advance. Link to comment Share on other sites More sharing options...
Dh42 Posted June 16, 2012 Share Posted June 16, 2012 Look around line 582 of your global.css take the image out and change the background color to black Link to comment Share on other sites More sharing options...
nadie Posted June 16, 2012 Share Posted June 16, 2012 /themes/presenttree/css/global.css input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive { width: 120px; background-image: url('../img/button-medium.png'); color:white; } This image is the background: background-image: url('../img/button-medium.png'); 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