tomkay Posted January 10, 2014 Share Posted January 10, 2014 Hello, how can I change the payment icons? They are all different size and format (gif, jpg) and it looks so unprofessional. Therefor I have found some same looking png-icons with transparent background which I now want to use instead. How and where can I edit them? Thanks Link to comment Share on other sites More sharing options...
Kogkalidis Posted January 10, 2014 Share Posted January 10, 2014 Normally you add the images in the folder, then change the corresponding css and voila. Btw for which icons do you want this procedure? Can you provide a screenshot or better a url? Link to comment Share on other sites More sharing options...
tomkay Posted January 10, 2014 Author Share Posted January 10, 2014 These ones: http://i44.tinypic.com/33o61vn.png .... btw.. in which .css-file I can find them? Link to comment Share on other sites More sharing options...
Kogkalidis Posted January 10, 2014 Share Posted January 10, 2014 I am not sure. Right now have to complete an assignment for school. I will check this out during weekend. Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2014 Share Posted January 11, 2014 well, the best and easiest thing is ... just replace images by your new images on your FTP. how to get picture url? just right click on it and "copy image url" you will see full path to the image. connect with your FTP service, open directories from path and... ... just replace original image with your own image how to get image url: Link to comment Share on other sites More sharing options...
tomkay Posted January 11, 2014 Author Share Posted January 11, 2014 Thanks for the hint, Vekia. However I tried this and the images are getting resized somehow... I guess there must be the size setting somewhere which I need to change at least to the size of the new images. Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2014 Share Posted January 11, 2014 yes indeed. you can try to change size of images with css styles use these styles: .payment_module img { height:50px; width:120px; } in global.css file, of course you can use own width and height params 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