OnTargetPro Posted September 21, 2010 Share Posted September 21, 2010 Other posts have recommended changing the global.css file here:#primary_block a.color_pick { display: block; width: 50px; height: 50px; border: 1px solid #666; cursor: pointerto adjust the width and height. It changes the size of the box, but NOT the size of the swatch. Would be ok with an enlargement on hover, too Thanks, Link to comment Share on other sites More sharing options...
goneamiss Posted October 26, 2010 Share Posted October 26, 2010 You can force the image to resize by editing your global.css file to also include settings for the image within class "color_pick." I just tried this on a cart I'm developing, and it worked for me!#primary_block a.color_pick { display: block; width: [desired width]; height: [desired height]; border: 1px solid #666; cursor: pointer}#primary_block a.color_pick img {width:[same as you set above];height:[same as you set above]; } 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