lucifer1976 Posted December 28, 2013 Share Posted December 28, 2013 (edited) Hi to all, can someone tell me where can i set the property border-color for the image in attachment? I would like to have a color border for the image in HOME. I tried to see the css but i can't. I attach global.css too Thank you in advance global.css Edited December 29, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted December 28, 2013 Share Posted December 28, 2013 Good morning Are you looking at something like this http://screencast.com/t/3ZxjQAxtVd Paul Link to comment Share on other sites More sharing options...
lucifer1976 Posted December 28, 2013 Author Share Posted December 28, 2013 (edited) Good morning Are you looking at something like this http://screencast.com/t/3ZxjQAxtVd Paul I'd prefer only the image bordered Is it possible? but it's nice also your method can you tell me all the two possibilities? sorry for my english Edited December 29, 2013 by lucifer1976 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 29, 2013 Share Posted December 29, 2013 example of code: #index .products_block img {border:2px solid red!important; width:140px} use it somewhere in global.css file, effect: Link to comment Share on other sites More sharing options...
lucifer1976 Posted December 29, 2013 Author Share Posted December 29, 2013 (edited) Thank you Vekia only i must kick back the width 140 because make problem to the right column image and so the right border has not the color Edited December 29, 2013 by lucifer1976 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 29, 2013 Share Posted December 29, 2013 you have to define own width value which will be compatibile with your theme settings hope that you solved it? Link to comment Share on other sites More sharing options...
lucifer1976 Posted December 29, 2013 Author Share Posted December 29, 2013 thank you vekia you are very kind!!! Link to comment Share on other sites More sharing options...
lucifer1976 Posted December 30, 2013 Author Share Posted December 30, 2013 vekia, can u tell me how to do the same thing with the product in image???? Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 global.css line 2624 add border param exactly as before, add it to: .products_block img { float: left; border: 2px solid red; } 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