mantaasss Posted November 1, 2010 Share Posted November 1, 2010 hi everybody, i want to ask how to change this gray background color to the transparent? Link to comment Share on other sites More sharing options...
chti5659 Posted November 1, 2010 Share Posted November 1, 2010 Hello,Have a look in the files global.css and search for that:#authentication input#SubmitCreate, #authentication input#SubmitLogin {margin:0;}global.css (ligne 1368)input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {background-image:url("../img/button-medium.gif");width:120px;}global.css (ligne 495)input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, ... hope this helps ... Link to comment Share on other sites More sharing options...
mantaasss Posted November 2, 2010 Author Share Posted November 2, 2010 it does not help ;((. anyway thanks for help chti5659.. Link to comment Share on other sites More sharing options...
chti5659 Posted November 2, 2010 Share Posted November 2, 2010 Hello,Looking in the code you can see that the image file named 'button-medium.gif' is used for that button.This file is located in the 'img' directory in the root of your web address site.So you have 'only'.. to create a new button with that same name and a different color and what else. Place it in the 'img' directory and you'll see the change.Prior that I would save the original button image (rename it if you want).Good luck. 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